We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://httpwg.org/specs/rfc9113.html#rfc.section.8.8.5
HTTP/1.1 100 Continue HEADERS Extension-Field: bar ==> - END_STREAM + END_HEADERS :status = 100 extension-field = bar HTTP/1.1 200 OK HEADERS Content-Type: image/jpeg ==> - END_STREAM Transfer-Encoding: chunked + END_HEADERS Trailer: Foo :status = 200 content-type = image/jpeg 123 trailer = Foo {binary data} 0 DATA Foo: bar - END_STREAM {binary data} HEADERS + END_STREAM + END_HEADERS foo = bar
The text was updated successfully, but these errors were encountered:
danielkec
No branches or pull requests
https://httpwg.org/specs/rfc9113.html#rfc.section.8.8.5
The text was updated successfully, but these errors were encountered: