-
-
Notifications
You must be signed in to change notification settings - Fork 43
Wire spec version 2 #240
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
Wire spec version 2 #240
Conversation
c2848dc to
ddcca97
Compare
|
I just managed to review the diff between v1 & v2 documents. All looks good to me @rachmatowicz . |
|
I need to add the discovery operation wire spec. This was also omitted from v1. |
ddcca97 to
6d29a83
Compare
|
Reviewed also Discovery request / response amendment. Still LGTM. |
|
I've made the final updates to this document. I tried to harmonize the content of the sections (using the same section headers in each section, like Message Type, Additional Required Headers, Additional Optional Headers, etc), and added the interoperability headers into the protocol descriptions. |
|
Reviewed also after the final update of the document - LGTM. |
f2a638e to
badb035
Compare
|
Just realigned a few fields with no changes to content. |
badb035 to
44143f8
Compare
|
I have updated the document to remove references to the x-wf-version header which is only used in v1 messages and and added an explanatory note in the changes since v1 section. This can be merged as I won't be making any further changes. |
| @@ -0,0 +1,522 @@ | |||
| = Wildfly Service Invocation over HTTP Specification (v2) | |||
| :Author: Stuart Douglas | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rachmatowicz you are the author, and please also update the date and revision
|
Thanks @rachmatowicz ! |
Draft version of the wire-spec-v2.
A wire spec does not get into implementation details, so I have tried to give an overall descrption of what the protocol is trying to do and any additional request response data required.