pub const ACCEPT: HeaderName;
Expand description
Advertises which content types the client is able to understand.
+pub const ACCEPT: HeaderName;
Expand description
Advertises which content types the client is able to understand.
The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and diff --git a/next/hyper/header/constant.ACCEPT_CHARSET.html b/next/hyper/header/constant.ACCEPT_CHARSET.html index 54a04f005ea..40222fb72d3 100644 --- a/next/hyper/header/constant.ACCEPT_CHARSET.html +++ b/next/hyper/header/constant.ACCEPT_CHARSET.html @@ -1,4 +1,4 @@ -
pub const ACCEPT_CHARSET: HeaderName;
Expand description
Advertises which character set the client is able to understand.
+pub const ACCEPT_CHARSET: HeaderName;
Expand description
Advertises which character set the client is able to understand.
The Accept-Charset request HTTP header advertises which character set the client is able to understand. Using content negotiation, the server then selects one of the proposals, uses it and informs the client of its diff --git a/next/hyper/header/constant.ACCEPT_ENCODING.html b/next/hyper/header/constant.ACCEPT_ENCODING.html index facfdc0b5b2..58fc08d8c7a 100644 --- a/next/hyper/header/constant.ACCEPT_ENCODING.html +++ b/next/hyper/header/constant.ACCEPT_ENCODING.html @@ -1,4 +1,4 @@ -
pub const ACCEPT_ENCODING: HeaderName;
Expand description
Advertises which content encoding the client is able to understand.
+pub const ACCEPT_ENCODING: HeaderName;
Expand description
Advertises which content encoding the client is able to understand.
The Accept-Encoding request HTTP header advertises which content encoding, usually a compression algorithm, the client is able to understand. Using content negotiation, the server selects one of the diff --git a/next/hyper/header/constant.ACCEPT_LANGUAGE.html b/next/hyper/header/constant.ACCEPT_LANGUAGE.html index 82a36fd4d02..5c2aea8583a 100644 --- a/next/hyper/header/constant.ACCEPT_LANGUAGE.html +++ b/next/hyper/header/constant.ACCEPT_LANGUAGE.html @@ -1,4 +1,4 @@ -
pub const ACCEPT_LANGUAGE: HeaderName;
Expand description
Advertises which languages the client is able to understand.
+pub const ACCEPT_LANGUAGE: HeaderName;
Expand description
Advertises which languages the client is able to understand.
The Accept-Language request HTTP header advertises which languages the client is able to understand, and which locale variant is preferred. Using content negotiation, the server then selects one of the proposals, diff --git a/next/hyper/header/constant.ACCEPT_RANGES.html b/next/hyper/header/constant.ACCEPT_RANGES.html index f266455a106..cca45d3ead5 100644 --- a/next/hyper/header/constant.ACCEPT_RANGES.html +++ b/next/hyper/header/constant.ACCEPT_RANGES.html @@ -1,4 +1,4 @@ -
pub const ACCEPT_RANGES: HeaderName;
Expand description
Marker used by the server to advertise partial request support.
+pub const ACCEPT_RANGES: HeaderName;
Expand description
Marker used by the server to advertise partial request support.
The Accept-Ranges response HTTP header is a marker used by the server to advertise its support of partial requests. The value of this field indicates the unit that can be used to define a range.
diff --git a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_CREDENTIALS.html b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_CREDENTIALS.html index c913c7e35f7..efb79b273c6 100644 --- a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_CREDENTIALS.html +++ b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_CREDENTIALS.html @@ -1,4 +1,4 @@ -pub const ACCESS_CONTROL_ALLOW_CREDENTIALS: HeaderName;
Expand description
Preflight response indicating if the response to the request can be +
pub const ACCESS_CONTROL_ALLOW_CREDENTIALS: HeaderName;
Expand description
Preflight response indicating if the response to the request can be exposed to the page.
The Access-Control-Allow-Credentials response header indicates whether or not the response to the request can be exposed to the page. It can be diff --git a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_HEADERS.html b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_HEADERS.html index 34af5e5f050..904853b48d4 100644 --- a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_HEADERS.html +++ b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_HEADERS.html @@ -1,4 +1,4 @@ -
pub const ACCESS_CONTROL_ALLOW_HEADERS: HeaderName;
Expand description
Preflight response indicating permitted HTTP headers.
+pub const ACCESS_CONTROL_ALLOW_HEADERS: HeaderName;
Expand description
Preflight response indicating permitted HTTP headers.
The Access-Control-Allow-Headers response header is used in response to a preflight request to indicate which HTTP headers will be available via Access-Control-Expose-Headers when making the actual request.
diff --git a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_METHODS.html b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_METHODS.html index 2622e031dfe..2f97853c20b 100644 --- a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_METHODS.html +++ b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_METHODS.html @@ -1,4 +1,4 @@ -pub const ACCESS_CONTROL_ALLOW_METHODS: HeaderName;
Expand description
Preflight header response indicating permitted access methods.
+pub const ACCESS_CONTROL_ALLOW_METHODS: HeaderName;
Expand description
Preflight header response indicating permitted access methods.
The Access-Control-Allow-Methods response header specifies the method or methods allowed when accessing the resource in response to a preflight request.
diff --git a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_ORIGIN.html b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_ORIGIN.html index ae805afd0e0..a259cfdb3b5 100644 --- a/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_ORIGIN.html +++ b/next/hyper/header/constant.ACCESS_CONTROL_ALLOW_ORIGIN.html @@ -1,3 +1,3 @@ -pub const ACCESS_CONTROL_ALLOW_ORIGIN: HeaderName;
Expand description
Indicates whether the response can be shared with resources with the +
pub const ACCESS_CONTROL_ALLOW_ORIGIN: HeaderName;
Expand description
Indicates whether the response can be shared with resources with the given origin.
pub const ACCESS_CONTROL_EXPOSE_HEADERS: HeaderName;
Expand description
Indicates which headers can be exposed as part of the response by +
pub const ACCESS_CONTROL_EXPOSE_HEADERS: HeaderName;
Expand description
Indicates which headers can be exposed as part of the response by listing their names.
pub const ACCESS_CONTROL_MAX_AGE: HeaderName;
Expand description
Indicates how long the results of a preflight request can be cached.
+pub const ACCESS_CONTROL_MAX_AGE: HeaderName;
Expand description
Indicates how long the results of a preflight request can be cached.
pub const ACCESS_CONTROL_REQUEST_HEADERS: HeaderName;
Expand description
Informs the server which HTTP headers will be used when an actual +
pub const ACCESS_CONTROL_REQUEST_HEADERS: HeaderName;
Expand description
Informs the server which HTTP headers will be used when an actual request is made.
pub const ACCESS_CONTROL_REQUEST_METHOD: HeaderName;
Expand description
Informs the server know which HTTP method will be used when the actual +
pub const ACCESS_CONTROL_REQUEST_METHOD: HeaderName;
Expand description
Informs the server know which HTTP method will be used when the actual request is made.
pub const AGE: HeaderName;
Expand description
Indicates the time in seconds the object has been in a proxy cache.
+pub const AGE: HeaderName;
Expand description
Indicates the time in seconds the object has been in a proxy cache.
The Age header is usually close to zero. If it is Age: 0, it was probably just fetched from the origin server; otherwise It is usually calculated as a difference between the proxy’s current date and the Date diff --git a/next/hyper/header/constant.ALLOW.html b/next/hyper/header/constant.ALLOW.html index a6f0590cbaa..0a55c322651 100644 --- a/next/hyper/header/constant.ALLOW.html +++ b/next/hyper/header/constant.ALLOW.html @@ -1,4 +1,4 @@ -
pub const ALLOW: HeaderName;
Expand description
Lists the set of methods support by a resource.
+pub const ALLOW: HeaderName;
Expand description
Lists the set of methods support by a resource.
This header must be sent if the server responds with a 405 Method Not Allowed status code to indicate which request methods can be used. An empty Allow header indicates that the resource allows no request diff --git a/next/hyper/header/constant.ALT_SVC.html b/next/hyper/header/constant.ALT_SVC.html index 0fe8594e96a..961c6944e5b 100644 --- a/next/hyper/header/constant.ALT_SVC.html +++ b/next/hyper/header/constant.ALT_SVC.html @@ -1,2 +1,2 @@ -
pub const ALT_SVC: HeaderName;
Expand description
Advertises the availability of alternate services to clients.
+pub const ALT_SVC: HeaderName;
Expand description
Advertises the availability of alternate services to clients.
pub const AUTHORIZATION: HeaderName;
Expand description
Contains the credentials to authenticate a user agent with a server.
+pub const AUTHORIZATION: HeaderName;
Expand description
Contains the credentials to authenticate a user agent with a server.
Usually this header is included after the server has responded with a 401 Unauthorized status and the WWW-Authenticate header.
pub const CACHE_CONTROL: HeaderName;
Expand description
Specifies directives for caching mechanisms in both requests and +
pub const CACHE_CONTROL: HeaderName;
Expand description
Specifies directives for caching mechanisms in both requests and responses.
Caching directives are unidirectional, meaning that a given directive in a request is not implying that the same directive is to be given in the diff --git a/next/hyper/header/constant.CACHE_STATUS.html b/next/hyper/header/constant.CACHE_STATUS.html index 82b0c3b2578..5a0775dc205 100644 --- a/next/hyper/header/constant.CACHE_STATUS.html +++ b/next/hyper/header/constant.CACHE_STATUS.html @@ -1,3 +1,3 @@ -
pub const CACHE_STATUS: HeaderName;
Expand description
Indicates how caches have handled a response and its corresponding request.
+pub const CACHE_STATUS: HeaderName;
Expand description
Indicates how caches have handled a response and its corresponding request.
See RFC 9211.
pub const CDN_CACHE_CONTROL: HeaderName;
Expand description
Specifies directives that allow origin servers to control the behavior of CDN caches +
pub const CDN_CACHE_CONTROL: HeaderName;
Expand description
Specifies directives that allow origin servers to control the behavior of CDN caches interposed between them and clients separately from other caches that might handle the response.
See RFC 9213.
diff --git a/next/hyper/header/constant.CONNECTION.html b/next/hyper/header/constant.CONNECTION.html index 1179529090f..6748e685138 100644 --- a/next/hyper/header/constant.CONNECTION.html +++ b/next/hyper/header/constant.CONNECTION.html @@ -1,4 +1,4 @@ -pub const CONNECTION: HeaderName;
Expand description
Controls whether or not the network connection stays open after the +
pub const CONNECTION: HeaderName;
Expand description
Controls whether or not the network connection stays open after the current transaction finishes.
If the value sent is keep-alive, the connection is persistent and not closed, allowing for subsequent requests to the same server to be done.
diff --git a/next/hyper/header/constant.CONTENT_DISPOSITION.html b/next/hyper/header/constant.CONTENT_DISPOSITION.html index a0e33e2cd97..69b739e5047 100644 --- a/next/hyper/header/constant.CONTENT_DISPOSITION.html +++ b/next/hyper/header/constant.CONTENT_DISPOSITION.html @@ -1,4 +1,4 @@ -pub const CONTENT_DISPOSITION: HeaderName;
Expand description
Indicates if the content is expected to be displayed inline.
+pub const CONTENT_DISPOSITION: HeaderName;
Expand description
Indicates if the content is expected to be displayed inline.
In a regular HTTP response, the Content-Disposition response header is a header indicating if the content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page, or as an diff --git a/next/hyper/header/constant.CONTENT_ENCODING.html b/next/hyper/header/constant.CONTENT_ENCODING.html index 54dcb5dcb29..b37e430d7cc 100644 --- a/next/hyper/header/constant.CONTENT_ENCODING.html +++ b/next/hyper/header/constant.CONTENT_ENCODING.html @@ -1,4 +1,4 @@ -
pub const CONTENT_ENCODING: HeaderName;
Expand description
Used to compress the media-type.
+pub const CONTENT_ENCODING: HeaderName;
Expand description
Used to compress the media-type.
When present, its value indicates what additional content encoding has been applied to the entity-body. It lets the client know, how to decode in order to obtain the media-type referenced by the Content-Type header.
diff --git a/next/hyper/header/constant.CONTENT_LANGUAGE.html b/next/hyper/header/constant.CONTENT_LANGUAGE.html index 12a26703984..29241e9c9f6 100644 --- a/next/hyper/header/constant.CONTENT_LANGUAGE.html +++ b/next/hyper/header/constant.CONTENT_LANGUAGE.html @@ -1,4 +1,4 @@ -pub const CONTENT_LANGUAGE: HeaderName;
Expand description
Used to describe the languages intended for the audience.
+pub const CONTENT_LANGUAGE: HeaderName;
Expand description
Used to describe the languages intended for the audience.
This header allows a user to differentiate according to the users’ own preferred language. For example, if “Content-Language: de-DE” is set, it says that the document is intended for German language speakers diff --git a/next/hyper/header/constant.CONTENT_LENGTH.html b/next/hyper/header/constant.CONTENT_LENGTH.html index 8dc9651b775..5e09b1f4df7 100644 --- a/next/hyper/header/constant.CONTENT_LENGTH.html +++ b/next/hyper/header/constant.CONTENT_LENGTH.html @@ -1,4 +1,4 @@ -
pub const CONTENT_LENGTH: HeaderName;
Expand description
Indicates the size of the entity-body.
+pub const CONTENT_LENGTH: HeaderName;
Expand description
Indicates the size of the entity-body.
The header value must be a decimal indicating the number of octets sent to the recipient.
pub const CONTENT_LOCATION: HeaderName;
Expand description
Indicates an alternate location for the returned data.
+pub const CONTENT_LOCATION: HeaderName;
Expand description
Indicates an alternate location for the returned data.
The principal use case is to indicate the URL of the resource transmitted as the result of content negotiation.
Location and Content-Location are different: Location indicates the diff --git a/next/hyper/header/constant.CONTENT_RANGE.html b/next/hyper/header/constant.CONTENT_RANGE.html index cee6d164af2..6164ba897a8 100644 --- a/next/hyper/header/constant.CONTENT_RANGE.html +++ b/next/hyper/header/constant.CONTENT_RANGE.html @@ -1,2 +1,2 @@ -
pub const CONTENT_RANGE: HeaderName;
Expand description
Indicates where in a full body message a partial message belongs.
+pub const CONTENT_RANGE: HeaderName;
Expand description
Indicates where in a full body message a partial message belongs.
pub const CONTENT_SECURITY_POLICY: HeaderName;
Expand description
Allows controlling resources the user agent is allowed to load for a +
pub const CONTENT_SECURITY_POLICY: HeaderName;
Expand description
Allows controlling resources the user agent is allowed to load for a given page.
With a few exceptions, policies mostly involve specifying server origins and script endpoints. This helps guard against cross-site scripting diff --git a/next/hyper/header/constant.CONTENT_SECURITY_POLICY_REPORT_ONLY.html b/next/hyper/header/constant.CONTENT_SECURITY_POLICY_REPORT_ONLY.html index c6defbba110..045aa95d14e 100644 --- a/next/hyper/header/constant.CONTENT_SECURITY_POLICY_REPORT_ONLY.html +++ b/next/hyper/header/constant.CONTENT_SECURITY_POLICY_REPORT_ONLY.html @@ -1,4 +1,4 @@ -
pub const CONTENT_SECURITY_POLICY_REPORT_ONLY: HeaderName;
Expand description
Allows experimenting with policies by monitoring their effects.
+pub const CONTENT_SECURITY_POLICY_REPORT_ONLY: HeaderName;
Expand description
Allows experimenting with policies by monitoring their effects.
The HTTP Content-Security-Policy-Report-Only response header allows web developers to experiment with policies by monitoring (but not enforcing) their effects. These violation reports consist of JSON documents sent diff --git a/next/hyper/header/constant.CONTENT_TYPE.html b/next/hyper/header/constant.CONTENT_TYPE.html index 331852d79d4..5861e4090ce 100644 --- a/next/hyper/header/constant.CONTENT_TYPE.html +++ b/next/hyper/header/constant.CONTENT_TYPE.html @@ -1,4 +1,4 @@ -
pub const CONTENT_TYPE: HeaderName;
Expand description
Used to indicate the media type of the resource.
+