draft-ietf-httpapi-link-hint-04.unpg.txt   draft-ietf-httpapi-link-hint-latest.txt 
Network Working Group M. Nottingham Network Working Group M. Nottingham
Internet-Draft August 10, 2025 Internet-Draft June 2, 2026
Intended status: Standards Track Intended status: Standards Track
Expires: February 11, 2026 Expires: December 4, 2026
HTTP Link Hints HTTP Link Hints
draft-ietf-httpapi-link-hint-04 draft-ietf-httpapi-link-hint-latest
Abstract Abstract
This memo specifies "HTTP Link Hints", a mechanism for annotating Web This memo specifies "HTTP Link Hints", a mechanism for annotating Web
links to HTTP(S) resources with information that otherwise might be links to HTTP(S) resources with information that otherwise might be
discovered by interacting with them. discovered by interacting with them.
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.
skipping to change at line 48 skipping to change at page 2, line 4
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 December 4, 2026.
This Internet-Draft will expire on February 11, 2026.
Copyright Notice Copyright Notice
Copyright (c) 2025 IETF Trust and the persons identified as the Copyright (c) 2026 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
described in the Simplified BSD License. described in the Simplified BSD License.
Table of Contents Table of Contents
1. Introduction 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Notational Conventions 1.1. Notational Conventions . . . . . . . . . . . . . . . . . 3
2. HTTP Link Hints 2. HTTP Link Hints . . . . . . . . . . . . . . . . . . . . . . . 4
3. Pre-Defined HTTP Link Hints 3. Pre-Defined HTTP Link Hints . . . . . . . . . . . . . . . . . 4
3.1. allow 3.1. allow . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.2. formats 3.2. formats . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.3. accept-post 3.3. accept-post . . . . . . . . . . . . . . . . . . . . . . . 5
3.4. accept-patch 3.4. accept-patch . . . . . . . . . . . . . . . . . . . . . . 5
3.5. accept-query 3.5. accept-query . . . . . . . . . . . . . . . . . . . . . . 5
3.6. accept-ranges 3.6. accept-ranges . . . . . . . . . . . . . . . . . . . . . . 6
3.7. accept-prefer 3.7. accept-prefer . . . . . . . . . . . . . . . . . . . . . . 6
3.8. precondition-req 3.8. precondition-req . . . . . . . . . . . . . . . . . . . . 7
3.9. auth-schemes 3.9. auth-schemes . . . . . . . . . . . . . . . . . . . . . . 7
3.10. auth-realms 3.10. auth-realms . . . . . . . . . . . . . . . . . . . . . . . 7
3.11. status 3.11. status . . . . . . . . . . . . . . . . . . . . . . . . . 8
4. Security Considerations 4. Security Considerations . . . . . . . . . . . . . . . . . . . 8
5. IANA Considerations 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 8
5.1. HTTP Link Hint Registry 5.1. HTTP Link Hint Registry . . . . . . . . . . . . . . . . . 8
6. References 6. References . . . . . . . . . . . . . . . . . . . . . . . . . 9
6.1. Normative References 6.1. Normative References . . . . . . . . . . . . . . . . . . 9
6.2. Informative References 6.2. Informative References . . . . . . . . . . . . . . . . . 10
Appendix A. Acknowledgements Appendix A. Acknowledgements . . . . . . . . . . . . . . . . . . 10
Author's Address Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 11
1. Introduction 1. Introduction
HTTP [HTTP] clients can discover a variety of information about a HTTP [HTTP] clients can discover a variety of information about a
resource by interacting with it. For example, the methods supported resource by interacting with it. For example, the methods supported
by a resource can be learned by examining the Allow header field in by a resource can be learned by examining the Allow header field in
responses from it, and the need for authentication is conveyed with a responses from it, and the need for authentication is conveyed with a
401 (Authentication Required) status code. 401 (Authentication Required) status code.
Often, it can be beneficial to know this information before Often, it can be beneficial to know this information before
skipping to change at line 461 skipping to change at page 10, line 35
DOI 10.17487/RFC8288, October 2017, DOI 10.17487/RFC8288, October 2017,
<https://www.rfc-editor.org/info/rfc8288>. <https://www.rfc-editor.org/info/rfc8288>.
6.2. Informative References 6.2. Informative References
[PATCH] Dusseault, L. and J. Snell, "PATCH Method for HTTP", [PATCH] Dusseault, L. and J. Snell, "PATCH Method for HTTP",
RFC 5789, DOI 10.17487/RFC5789, March 2010, RFC 5789, DOI 10.17487/RFC5789, March 2010,
<https://www.rfc-editor.org/info/rfc5789>. <https://www.rfc-editor.org/info/rfc5789>.
[QUERY] Reschke, J., Snell, J., and M. Bishop, "The HTTP QUERY [QUERY] Reschke, J., Snell, J., and M. Bishop, "The HTTP QUERY
Method", draft-ietf-httpbis-safe-method-w-body-12 (work in Method", draft-ietf-httpbis-safe-method-w-body-14 (work in
progress), September 2025. progress), November 2025.
[RFC8126] Cotton, M., Leiba, B., and T. Narten, "Guidelines for [RFC8126] Cotton, M., Leiba, B., and T. Narten, "Guidelines for
Writing an IANA Considerations Section in RFCs", BCP 26, Writing an IANA Considerations Section in RFCs", BCP 26,
RFC 8126, DOI 10.17487/RFC8126, June 2017, RFC 8126, DOI 10.17487/RFC8126, June 2017,
<https://www.rfc-editor.org/info/rfc8126>. <https://www.rfc-editor.org/info/rfc8126>.
Appendix A. Acknowledgements Appendix A. Acknowledgements
Thanks to Jan Algermissen, Mike Amundsen, Bill Burke, Graham Klyne, Thanks to Jan Algermissen, Mike Amundsen, Bill Burke, Graham Klyne,
Leif Hedstrom, Jeni Tennison, Erik Wilde and Jorge Williams for their Leif Hedstrom, Jeni Tennison, Erik Wilde and Jorge Williams for their
 End of changes. 7 change blocks. 
31 lines changed or deleted 30 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/