-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Asyncronous API callbacks #737
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
Comments
Some feedback on this. Conceptually: On the other hand, a This proposal doesn't really cover either of those two. If we're looking to define an async response, we'll have to make it clear how the connection is negotiated and what the trigger would be, if any (it could simply be a socket, but that's outside raw HTTP 1.1). If we're looking to define a callback, we need to make the callback URL part of the request. I guess that's what #735 is for, but it doesn't seem like they're related correctly Structurally:
|
There is also other precedents for the use of the term async in HTTP. The |
Closing as #763 has been merged. |
Summary
This issue covers a syntax to enable asynchronous callbacks to be specified.
The text was updated successfully, but these errors were encountered: