draft-ietf-httpbis-binary-message-06.txt | draft-ietf-httpbis-binary-message-latest.txt | |||
---|---|---|---|---|
HTTP Working Group M. Thomson | HTTP Working Group M. Thomson | |||
Internet-Draft Mozilla | Internet-Draft Mozilla | |||
Intended status: Standards Track C. Wood | Intended status: Standards Track C. Wood | |||
Expires: January 7, 2023 Cloudflare | Expires: July 14, 2023 Cloudflare | |||
July 06, 2022 | January 10, 2023 | |||
Binary Representation of HTTP Messages | Binary Representation of HTTP Messages | |||
draft-ietf-httpbis-binary-message-06 | draft-ietf-httpbis-binary-message-latest | |||
Abstract | Abstract | |||
This document defines a binary format for representing HTTP messages. | This document defines a binary format for representing HTTP messages. | |||
About This Document | About This Document | |||
This note is to be removed before publishing as an RFC. | This note is to be removed before publishing as an RFC. | |||
Status information for this document may be found at | Status information for this document may be found at | |||
skipping to change at page 1, line 47 ¶ | skipping to change at page 1, line 47 ¶ | |||
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/. | |||
Internet-Drafts are draft documents valid for a maximum of six months | Internet-Drafts are draft documents valid for a maximum of six months | |||
and may be updated, replaced, or obsoleted by other documents at any | and may be updated, replaced, or obsoleted by other documents at any | |||
time. It is inappropriate to use Internet-Drafts as reference | time. It is inappropriate to use Internet-Drafts as reference | |||
material or to cite them other than as "work in progress." | material or to cite them other than as "work in progress." | |||
This Internet-Draft will expire on January 7, 2023. | This Internet-Draft will expire on July 14, 2023. | |||
Copyright Notice | Copyright Notice | |||
Copyright (c) 2022 IETF Trust and the persons identified as the | Copyright (c) 2023 IETF Trust and the persons identified as the | |||
document authors. All rights reserved. | document authors. All rights reserved. | |||
This document is subject to BCP 78 and the IETF Trust's Legal | This document is subject to BCP 78 and the IETF Trust's Legal | |||
Provisions Relating to IETF Documents | Provisions Relating to IETF Documents | |||
(https://trustee.ietf.org/license-info) in effect on the date of | (https://trustee.ietf.org/license-info) in effect on the date of | |||
publication of this document. Please review these documents | publication of this document. Please review these documents | |||
carefully, as they describe your rights and restrictions with respect | carefully, as they describe your rights and restrictions with respect | |||
to this document. Code Components extracted from this document must | to this document. Code Components extracted from this document must | |||
include Simplified BSD License text as described in Section 4.e of | include Simplified BSD License text as described in Section 4.e of | |||
the Trust Legal Provisions and are provided without warranty as | the Trust Legal Provisions and are provided without warranty as | |||
skipping to change at page 18, line 40 ¶ | skipping to change at page 18, line 40 ¶ | |||
<https://www.iana.org/assignments/media-types> with the registration | <https://www.iana.org/assignments/media-types> with the registration | |||
information in Section 7 for the media type "message/bhttp". | information in Section 7 for the media type "message/bhttp". | |||
10. References | 10. References | |||
10.1. Normative References | 10.1. Normative References | |||
[H2] Thomson, M. and C. Benfield, "HTTP/2", draft-ietf-httpbis- | [H2] Thomson, M. and C. Benfield, "HTTP/2", draft-ietf-httpbis- | |||
http2bis-07 (work in progress), January 2022. | http2bis-07 (work in progress), January 2022. | |||
[HTTP] Fielding, R. T., Nottingham, M., and J. Reschke, "HTTP | [HTTP] Fielding, R., Nottingham, M., and J. Reschke, "HTTP | |||
Semantics", draft-ietf-httpbis-semantics-19 (work in | Semantics", draft-ietf-httpbis-semantics-19 (work in | |||
progress), September 2021. | progress), September 2021. | |||
[QUIC] Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based | [QUIC] Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based | |||
Multiplexed and Secure Transport", RFC 9000, | Multiplexed and Secure Transport", RFC 9000, | |||
DOI 10.17487/RFC9000, May 2021, | DOI 10.17487/RFC9000, May 2021, | |||
<https://www.rfc-editor.org/info/rfc9000>. | <https://www.rfc-editor.org/info/rfc9000>. | |||
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate | [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate | |||
Requirement Levels", BCP 14, RFC 2119, | Requirement Levels", BCP 14, RFC 2119, | |||
skipping to change at page 19, line 19 ¶ | skipping to change at page 19, line 19 ¶ | |||
10.2. Informative References | 10.2. Informative References | |||
[H3] Bishop, M., "HTTP/3", draft-ietf-quic-http-34 (work in | [H3] Bishop, M., "HTTP/3", draft-ietf-quic-http-34 (work in | |||
progress), February 2021. | progress), February 2021. | |||
[HPACK] Peon, R. and H. Ruellan, "HPACK: Header Compression for | [HPACK] Peon, R. and H. Ruellan, "HPACK: Header Compression for | |||
HTTP/2", RFC 7541, DOI 10.17487/RFC7541, May 2015, | HTTP/2", RFC 7541, DOI 10.17487/RFC7541, May 2015, | |||
<https://www.rfc-editor.org/info/rfc7541>. | <https://www.rfc-editor.org/info/rfc7541>. | |||
[MESSAGING] | [MESSAGING] | |||
Fielding, R. T., Nottingham, M., and J. Reschke, | Fielding, R., Nottingham, M., and J. Reschke, "HTTP/1.1", | |||
"HTTP/1.1", draft-ietf-httpbis-messaging-19 (work in | draft-ietf-httpbis-messaging-19 (work in progress), | |||
progress), September 2021. | September 2021. | |||
[QPACK] Krasic, C. '., Bishop, M., and A. Frindell, "QPACK: Field | [QPACK] Krasic, C., Bishop, M., and A. Frindell, "QPACK: Field | |||
Compression for HTTP/3", draft-ietf-quic-qpack-21 (work in | Compression for HTTP/3", draft-ietf-quic-qpack-21 (work in | |||
progress), February 2021. | progress), February 2021. | |||
[RFC2518] Goland, Y., Whitehead, E., Faizi, A., Carter, S., and D. | [RFC2518] Goland, Y., Whitehead, E., Faizi, A., Carter, S., and D. | |||
Jensen, "HTTP Extensions for Distributed Authoring -- | Jensen, "HTTP Extensions for Distributed Authoring -- | |||
WEBDAV", RFC 2518, DOI 10.17487/RFC2518, February 1999, | WEBDAV", RFC 2518, DOI 10.17487/RFC2518, February 1999, | |||
<https://www.rfc-editor.org/info/rfc2518>. | <https://www.rfc-editor.org/info/rfc2518>. | |||
[RFC8297] Oku, K., "An HTTP Status Code for Indicating Hints", | [RFC8297] Oku, K., "An HTTP Status Code for Indicating Hints", | |||
RFC 8297, DOI 10.17487/RFC8297, December 2017, | RFC 8297, DOI 10.17487/RFC8297, December 2017, | |||
End of changes. 7 change blocks. | ||||
10 lines changed or deleted | 10 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/ |