Skip to content
New issue

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

add response-outparam.send-informational #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dicej
Copy link
Collaborator

@dicej dicej commented Dec 18, 2024

This allows a server to send zero or more HTTP 1xx responses prior to sending the final response using response-outparam.set.

Note that this does not include support for consuming informational responses for outbound requests (which would be required to losslessly proxy such requests).

This allows a server to send zero or more HTTP 1xx responses prior to sending
the final response using `response-outparam.set`.

Note that this does not include support for consuming informational responses
for outbound requests (which would be required to losslessly proxy such
requests).

Signed-off-by: Joel Dice <[email protected]>
@dicej
Copy link
Collaborator Author

dicej commented Dec 18, 2024

I believe the CI failure is due to a bug in how wit-parser handles WIT features. Working on a fix for that now.

@dicej
Copy link
Collaborator Author

dicej commented Dec 18, 2024

The CI failure should be addressed by bytecodealliance/wasm-tools#1958 once that fix makes its way to a wit-bindgen release and we adopt it in this repo's workflow.

Copy link
Member

@lukewagner lukewagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a 0.3 interface response-outparam goes away and we have to worry more about composability, but for a 0.2 interface, we don't have practical component-to-component composition, so this makes sense.

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