-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathdraft-ietf-httpbis-priority.xml
8 lines (8 loc) · 1.41 KB
/
draft-ietf-httpbis-priority.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" ?>
<service primary="IETF" secondary="I-D" id="ietf-httpbis-priority">
<title>Extensible Prioritization Scheme for HTTP</title>
<documentation source="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-priority">This document describes a scheme for prioritizing HTTP responses. This scheme expresses the priority of each HTTP response using absolute values, rather than as a relative relationship between a group of HTTP responses. This document defines the Priority header field for communicating the initial priority in an HTTP version-independent manner, as well as HTTP/2 and HTTP/3 frames for reprioritizing the responses. These share a common format structure that is designed to provide future extensibility.</documentation>
<http-header def="Priority">
<documentation source="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-priority#section-5">The Priority HTTP header field can appear in requests and responses. A client uses it to specify the priority of the response. A server uses it to inform the client that the priority was overwritten. An intermediary can use the Priority information from client requests and server responses to correct or amend the precedence to suit it. The Priority header field is an end-to-end signal of the request priority from the client or the response priority from the server.</documentation>
</http-header>
</service>