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
In the HTTP Binding, we show that SSE happens via POST at https://w3c.github.io/wot-binding-templates/bindings/protocols/http/index.html#observe-property-http-binding-with-server-sent-event-subprotocol . Even though it is possible, common way is GET where many libraries even assume so (see https://medium.com/@david.richards.tech/sse-server-sent-events-using-a-post-request-without-eventsource-1c0bd6f14425). This means that htv:methodName is actually required with sse subprotocol but with a default value of GET.
htv:methodName
GET
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the HTTP Binding, we show that SSE happens via POST at https://w3c.github.io/wot-binding-templates/bindings/protocols/http/index.html#observe-property-http-binding-with-server-sent-event-subprotocol . Even though it is possible, common way is GET where many libraries even assume so (see https://medium.com/@david.richards.tech/sse-server-sent-events-using-a-post-request-without-eventsource-1c0bd6f14425). This means that
htv:methodName
is actually required with sse subprotocol but with a default value ofGET
.The text was updated successfully, but these errors were encountered: