http-extensions
http-extensions copied to clipboard
HTTP Extensions in progress
As discussed in https://github.com/httpwg/http-extensions/issues/2741, this mechanism allows the server to send an Upload-Limit header in informational and final responses. The header indicates a maximum upload size that the server accepts....
The current draft for resumable uploads does not include methods for exchanging upload limits. Exposing the limits from the client and server-side could be helpful in a few cases: ##...
During IETF 117, it was noted that PATCH requests need to specify some media type, so our Upload Appending Procedure needs one as well. This could either be one from...
Formally, Upgrade can be attached to any HTTP request, in which case the request is processed in HTTP/1.1, and the server has the option to Upgrade before returning the response....
The ability to group for purposes of revalidation was added somewhat speculatively. We should evaluate it and see if it's useful, safe, etc.
Changes: * s/tcp_port/target_port/ (aligning with connect-udp) * Remove support for multiple IPs Fixes #2713 and #2714
The [IANA Upgrade Token Registry](https://www.iana.org/assignments/http-upgrade-tokens/http-upgrade-tokens.xhtml) lists an entry for HTTP/\*.\*, and specifically identifies "2.0" as a possible version value, as instructed by [RFC 9110 Section 18.10](https://datatracker.ietf.org/doc/html/rfc9110#name-upgrade-token-registration). However, this flow seems...
@martinthomson writes > The server treating Upgrade as implying Connection: close might be a good start, counter to what Section 4 currently says. We should not be recommending mitigations that...
Since I have already started to irk folks on the current sfbis-05 draft, I thought I might as well take the opportunity to do a proper job of it. I...
I was playing around with structured headers (pretty much coinciding with Tommy's last, last-call), which prompted me to look into the spec. It is unclear to me if what happens...