draft-ietf-httpbis-safe-method-w-body-07.txt | draft-ietf-httpbis-safe-method-w-body-latest.txt | |||
---|---|---|---|---|
skipping to change at page 1, line 14 ¶ | skipping to change at page 1, line 14 ¶ | |||
Internet-Draft greenbytes | Internet-Draft greenbytes | |||
Intended status: Standards Track A. Malhotra | Intended status: Standards Track A. Malhotra | |||
Expires: June 21, 2025 | Expires: June 21, 2025 | |||
J.M. Snell | J.M. Snell | |||
M. Bishop | M. Bishop | |||
Akamai | Akamai | |||
December 18, 2024 | December 18, 2024 | |||
The HTTP QUERY Method | The HTTP QUERY Method | |||
draft-ietf-httpbis-safe-method-w-body-07 | draft-ietf-httpbis-safe-method-w-body-latest | |||
Abstract | Abstract | |||
This specification defines a new HTTP method, QUERY, as a safe, | This specification defines a new HTTP method, QUERY, as a safe, | |||
idempotent request method that can carry request content. | idempotent request method that can carry request content. | |||
Editorial Note | Editorial Note | |||
This note is to be removed before publishing as an RFC. | This note is to be removed before publishing as an RFC. | |||
Discussion of this draft takes place on the HTTP working group | Discussion of this draft takes place on the HTTP working group | |||
mailing list (ietf-http-wg@w3.org), which is archived at | mailing list (ietf-http-wg@w3.org), which is archived at | |||
<https://lists.w3.org/Archives/Public/ietf-http-wg/>. | <https://lists.w3.org/Archives/Public/ietf-http-wg/>. | |||
Working Group information can be found at <https://httpwg.org/>; | Working Group information can be found at <https://httpwg.org/>; | |||
source code and issues list for this draft can be found at | source code and issues list for this draft can be found at | |||
<https://github.com/httpwg/http-extensions/labels/query-method>. | <https://github.com/httpwg/http-extensions/labels/query-method>. | |||
The changes in this draft are summarized in Appendix B.7. | The changes in this draft are summarized in Appendix B.8. | |||
Status of This Memo | Status of This Memo | |||
This Internet-Draft is submitted in full conformance with the | This Internet-Draft is submitted in full conformance with the | |||
provisions of BCP 78 and BCP 79. | provisions of BCP 78 and BCP 79. | |||
Internet-Drafts are working documents of the Internet Engineering | Internet-Drafts are working documents of the Internet Engineering | |||
Task Force (IETF). Note that other groups may also distribute | Task Force (IETF). Note that other groups may also distribute | |||
working documents as Internet-Drafts. The list of current Internet- | working documents as Internet-Drafts. The list of current Internet- | |||
Drafts is at https://datatracker.ietf.org/drafts/current/. | Drafts is at https://datatracker.ietf.org/drafts/current/. | |||
skipping to change at page 3, line 5 ¶ | skipping to change at page 3, line 5 ¶ | |||
A.4. Simple QUERY with Redirect Response (308 Moved | A.4. Simple QUERY with Redirect Response (308 Moved | |||
Permanently) . . . . . . . . . . . . . . . . . . . . . . 12 | Permanently) . . . . . . . . . . . . . . . . . . . . . . 12 | |||
Appendix B. Change Log . . . . . . . . . . . . . . . . . . . . . 13 | Appendix B. Change Log . . . . . . . . . . . . . . . . . . . . . 13 | |||
B.1. Since draft-ietf-httpbis-safe-method-w-body-00 . . . . . 13 | B.1. Since draft-ietf-httpbis-safe-method-w-body-00 . . . . . 13 | |||
B.2. Since draft-ietf-httpbis-safe-method-w-body-01 . . . . . 13 | B.2. Since draft-ietf-httpbis-safe-method-w-body-01 . . . . . 13 | |||
B.3. Since draft-ietf-httpbis-safe-method-w-body-02 . . . . . 13 | B.3. Since draft-ietf-httpbis-safe-method-w-body-02 . . . . . 13 | |||
B.4. Since draft-ietf-httpbis-safe-method-w-body-03 . . . . . 14 | B.4. Since draft-ietf-httpbis-safe-method-w-body-03 . . . . . 14 | |||
B.5. Since draft-ietf-httpbis-safe-method-w-body-04 . . . . . 14 | B.5. Since draft-ietf-httpbis-safe-method-w-body-04 . . . . . 14 | |||
B.6. Since draft-ietf-httpbis-safe-method-w-body-05 . . . . . 14 | B.6. Since draft-ietf-httpbis-safe-method-w-body-05 . . . . . 14 | |||
B.7. Since draft-ietf-httpbis-safe-method-w-body-06 . . . . . 14 | B.7. Since draft-ietf-httpbis-safe-method-w-body-06 . . . . . 14 | |||
B.8. Since draft-ietf-httpbis-safe-method-w-body-07 . . . . . 15 | ||||
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 15 | Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 15 | |||
1. Introduction | 1. Introduction | |||
This specification defines the HTTP QUERY request method as a means | This specification defines the HTTP QUERY request method as a means | |||
of making a safe, idempotent request that contains content. | of making a safe, idempotent request that contains content. | |||
Most often, this is desirable when the data conveyed in a request is | Most often, this is desirable when the data conveyed in a request is | |||
too voluminous to be encoded into the request's URI. For example, | too voluminous to be encoded into the request's URI. For example, | |||
this is a common query pattern: | this is a common query pattern: | |||
skipping to change at page 15, line 26 ¶ | skipping to change at page 15, line 26 ¶ | |||
o Reference HTTP spec for terminology (<https://github.com/httpwg/ | o Reference HTTP spec for terminology (<https://github.com/httpwg/ | |||
http-extensions/issues/2953>) | http-extensions/issues/2953>) | |||
o Moved BCP14 related text into subsection | o Moved BCP14 related text into subsection | |||
(<https://github.com/httpwg/http-extensions/issues/2954>) | (<https://github.com/httpwg/http-extensions/issues/2954>) | |||
o Move examples into index (<https://github.com/httpwg/http- | o Move examples into index (<https://github.com/httpwg/http- | |||
extensions/issues/2957>) | extensions/issues/2957>) | |||
B.8. Since draft-ietf-httpbis-safe-method-w-body-07 | ||||
None yet. | ||||
Authors' Addresses | Authors' Addresses | |||
Julian Reschke | Julian Reschke | |||
greenbytes GmbH | greenbytes GmbH | |||
Hafenweg 16 | Hafenweg 16 | |||
48155 Münster | 48155 Münster | |||
Germany | Germany | |||
Email: julian.reschke@greenbytes.de | Email: julian.reschke@greenbytes.de | |||
URI: https://greenbytes.de/tech/webdav/ | URI: https://greenbytes.de/tech/webdav/ | |||
End of changes. 4 change blocks. | ||||
2 lines changed or deleted | 7 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |