-
Notifications
You must be signed in to change notification settings - Fork 43
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
use payload or payload data for semantics instead of body or body data #555
Conversation
…ng to the abstraction; this eliminates confusion with the message body protocol element of HTTP/1.1 and other usage of multipart body parts
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.
I believe this is good; but more eyes are needed :-)
If we go ahead with that, we may want to call out the new terminolody in one of the "changes from 723x" sections.
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.
If we're going to do this, we need to use the terminology consistently (I'm not sure I've caught them all), and we need to explicitly define the terms.
Co-authored-by: Mark Nottingham <mnot@mnot.net>
Co-authored-by: Mark Nottingham <mnot@mnot.net>
Co-authored-by: Mark Nottingham <mnot@mnot.net>
Co-authored-by: Mark Nottingham <mnot@mnot.net>
Co-authored-by: Mark Nottingham <mnot@mnot.net>
…ess redundant about message body parsing
remove old organization intro text and update headings (editorial) editorial semantics httpwg/http-core#599 rearrange content negotiation so that all fields are at end editorial semantics httpwg/http-core#591 improve abstract editorial semantics httpwg/http-core#590 Reschke 571 httpwg/http-core#597 clarify that "no reason phrase" is fine as well (fixes # 571) editorial semantics httpwg/http-core#594 move method ABNF one paragraph down (fixes # 560) editorial semantics httpwg/http-core#596 fix an off-by-one bug about how many chars to consider when checking for etags (fixes # 570) semantics httpwg/http-core#595 Make TLS ref normative (fixes # 589) semantics httpwg/http-core#592 clarify that "no reason phrase" is fine as well (fixes # 571) editorial semantics httpwg/http-core#593 clarify the payload in 200 (OK) editorial semantics httpwg/http-core#576 simplify security consideration on confidentiality of credentials editorial semantics httpwg/http-core#587 update references to other security considerations editorial semantics httpwg/http-core#588 remove mention of "Warning" header field (fixes # 573) editorial semantics httpwg/http-core#577 add :authority pseudo-header to Host discussion and make section applicable to both semantics httpwg/http-core#575 note that HTTP/2 uses something other than `Host` httpwg/http-core#513 consistent indentation of "Notes" (fixes # 564) caching editorial semantics httpwg/http-core#569 improve message abstraction to reflect semantics after message is parsed httpwg/http-core#557 use payload or payload data for semantics instead of body or body data httpwg/http-core#555 semantics: remove surplus tables repeating field names (fixes # 562) editorial semantics httpwg/http-core#563 use proper field terminology when discussing trailer processing (fixes # 583) editorial semantics httpwg/http-core#558 define the Message Abstraction as an ADT rather than as a message httpwg/http-core#546 move the definition sections for Fields and Field Values up … httpwg/http-core#554 "canonical root URI" -> "origin" (fixes # 542) editorial semantics httpwg/http-core#552 move protocol version section up to conformance httpwg/http-core#551 remove table with validators (fixes # 537) editorial semantics httpwg/http-core#549 Remove obsolete note about a change in "Expect" syntax (fixes # 547) editorial semantics httpwg/http-core#548 Refine text about application caches httpwg/http-core#545 cleanup prior # 510 resolution to reduce nesting, fix punctuation, spelling httpwg/http-core#541 Say a bit more about PUT handling httpwg/http-core#535
This eliminates confusion with the message body protocol element of HTTP/1.1 and other usage of multipart body parts, and should make it easier to describe HTTP/2 and HTTP/3 data frames.
Fixes #553