-
Notifications
You must be signed in to change notification settings - Fork 70
feature: PUT Requests #507
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
Conversation
|
I think this needs some changes.
When processing an incoming message its easy to look for I would use something like: PUT Request Response The client should already know what they requested, and any changes will have been propagated by updates any way, in fact the following should be valid too (it is in artemis): |
|
@rob42 agreed. I removed the details about the put request from the response. |
|
See my notes on #508 |
- Line width - Fixed some JSON typos
|
Unless there are an objections, I think this is ready to go. |
See #442 for past discussions on this.
This, like #506 and #505, this brings up the requirement to define the semantics for request/response over WS and other non HTTP protocols. See #508
TODO