-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
We use the term "message" to describe the start-line plus fields, and this is confusing because we also use "message" to describe the full request or response including the body. I propose the following, which we should discuss first:
- Repurpose the term "header" to mean start-line plus fields
- Always say "fields" instead of "headers" (never say "headers")
- Use "request header" to mean a request-line plus fields
- Use "response header" to mean a status-line plus fields
- Rename
message_base
toheader
Copilot