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

HTTP types are currently blocking and non-streaming #21

Closed
radu-matei opened this issue Jan 26, 2022 · 1 comment
Closed

HTTP types are currently blocking and non-streaming #21

radu-matei opened this issue Jan 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@radu-matei
Copy link
Member

#14 adds common types between the outbound HTTP interface and the HTTP trigger.
However, those types do not contain streams, and are currently blocking, both due to limitations in the bindings generator.

This issue tracks updating them to use streams and asynchronous functions once they are implemented upstream.

@radu-matei radu-matei added the enhancement New feature or request label Jan 26, 2022
@fermyon fermyon deleted a comment from ofw5rz Apr 28, 2023
@rylev
Copy link
Collaborator

rylev commented Oct 18, 2023

This was implemented in #1877

@rylev rylev closed this as completed Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants