You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@mohammed90
9 new RFC 9110 compliance tests sourced from mohammed90/http-compliance-testing:
9 + -
COMP-HEAD-NO-BODY— HEAD response must not contain a message body (RFC 9110 §9.3.2, MUST)10 + -
COMP-UNKNOWN-METHOD— unrecognized method should be rejected with 501/405 (RFC 9110 §9.1, SHOULD)11 + -
COMP-405-ALLOW— 405 response must include Allow header (RFC 9110 §15.5.6, MUST)12 + -
COMP-DATE-HEADER— origin server must include Date header in responses (RFC 9110 §6.6.1, MUST)13 + -
COMP-NO-1XX-HTTP10— server must not send 1xx to HTTP/1.0 client (RFC 9110 §15.2, MUST NOT)14 + -
COMP-NO-CL-IN-204— Content-Length forbidden in 204 responses (RFC 9110 §8.6, MUST NOT)15 + -
SMUG-CL-COMMA-TRIPLE— three comma-separated identical CL values (RFC 9110 §8.6, unscored)16 + -
COMP-OPTIONS-ALLOW— OPTIONS response should include Allow header (RFC 9110 §9.3.7, SHOULD)17 + -
COMP-CONTENT-TYPE— response with content should include Content-Type (RFC 9110 §8.3, SHOULD)