http-extensions
http-extensions copied to clipboard
HTTP Extensions in progress
Many people might consider using QUERY and they're currently using POST. It could be useful to provide some guidance what to take into account when planning such a transition.
In some cases, the authority of the effective request URI may be expected to change, for example from "public-service-name.example.com" to "service-host-1.public-service-name.example.com". This is commonly the case for services that are...
If a resource on `127.0.0.1` sets a cookie with a `Domain` attribute set to `127.1`, does that work? (Spoiler: it works if it was passed through the [host parser](https://url.spec.whatwg.org/#concept-host-parser), which...
Hello, In draft-10 section 4.1.1 we see: cookie-octet = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E / %x80-FF ; octets excluding CTLs, ; whitespace DQUOTE, comma, semicolon, ;...
Fixes #2161. Editorial, since this is merely restating locally what was previously incorporated by reference.
A number of cookies attributes accept values which must conform to some requirement of the attribute. These values can be more freeform such as `Domain` or `Path` or must be...
In draft 00 it says: >The layout and semantics of the frame payload are identical to those of the HTTP/2 frame defined in [[ORIGIN](https://www.ietf.org/archive/id/draft-ietf-httpbis-origin-h3-00.html#ORIGIN)]. The ORIGIN frame type is 0xc...
@reschke mentioned in #1552 that there should be a way for the server to indicate a GET-able equivalent to the query if one exists; this has the benefit of being...
I-D.ietf-httpbis-semantics -> RFC 9110
This PR add a grammar that corresponds to the algorithm parsing section. A grammar currently exists in section 4.4.1 but it's much stricter than what user agents actually enforce, and...