Skip to content

http: Add test for outbound response and request trailers - #285

Closed
saulecabrera wants to merge 1 commit into
WebAssembly:mainfrom
saulecabrera:outbound-req-resp-trailers
Closed

http: Add test for outbound response and request trailers #285
saulecabrera wants to merge 1 commit into
WebAssembly:mainfrom
saulecabrera:outbound-req-resp-trailers

Conversation

@saulecabrera

Copy link
Copy Markdown
Collaborator

Builds on top of #284

Adds the necessary machinery to handle outbound request and response
trailers.

This change defaults to including a small trailers parser since the
builtin http library does not include one. The parser is small enough
that it does not justify pulling in an extra dependency.

Builds on top of WebAssembly#284

Adds the necessary machinery to handle outbound request and response
trailers.

This change defaults to including a small trailers parser since the
builtin http library does not include one. The parser is small enough
that it does not justify pulling in an extra dependency.
@saulecabrera
saulecabrera force-pushed the outbound-req-resp-trailers branch from f1a3453 to 77233b8 Compare August 18, 2026 12:41
@saulecabrera

Copy link
Copy Markdown
Collaborator Author

Merged as part of #286

@saulecabrera

Copy link
Copy Markdown
Collaborator Author

Merged as part of #286

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants