-
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
map request target to target URI/resource #316
Conversation
in caching
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.
This is almost all great except where it veers into redefining request-target as the target URI. We still need to differentiate those in Messaging and in the requirements for OPTIONS and CONNECT. In all other cases, target URI is fine because the text is about normal requests (not applicable to OPTIONS and CONNECT).
punting to a separate issue
... will address separately
OK, I've reverted the changes specific to CONNECT and OPTIONS and opened #340 to tackle those separately. |
... until resolution of #340
Please review soon, this is likely to rot quickly. Thx. |
@reschke @royfielding please review. |
httpwg/http-core#343 • Adjust multiple Content-Length handling httpwg/http-core#346 • Rework invalidation definition • Roy's suggestions • grammar httpwg/http-core#353 • Make text body narrower for readability httpwg/http-core#354 • Remove H1-specific connection-related requirements • Roy's feedback httpwg/http-core#316 • map request target to target URI/resource • fix one leftover of "effective request URI" • Adjust anchor names • push note into <aside> and move index entry • sort change log • restore indentation • re-add missing closing brackets • fix change log section title • fix change log • remove semantics HTML too • removing HTML from PR httpwg/http-core#344 • Don't rely on the HTTP/1.1 Messaging specification to define "message" httpwg/http-core#357 • Present If-[none]-Match evaluation more clearly httpwg/http-core#72 • Semantics of If-Match httpwg/http-core#345 • remove ref to close option • remove HTML from PR
For #259