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/current/hyper/header/constant.ACCEPT_CHARSET.html b/current/hyper/header/constant.ACCEPT_CHARSET.html index f05513f006b..cd9e02c2fec 100644 --- a/current/hyper/header/constant.ACCEPT_CHARSET.html +++ b/current/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/current/hyper/header/constant.ACCEPT_ENCODING.html b/current/hyper/header/constant.ACCEPT_ENCODING.html index 091ca498c38..2f2c28d0ddb 100644 --- a/current/hyper/header/constant.ACCEPT_ENCODING.html +++ b/current/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/current/hyper/header/constant.ACCEPT_LANGUAGE.html b/current/hyper/header/constant.ACCEPT_LANGUAGE.html index a93d3a31e89..0e726222d7d 100644 --- a/current/hyper/header/constant.ACCEPT_LANGUAGE.html +++ b/current/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/current/hyper/header/constant.ACCEPT_RANGES.html b/current/hyper/header/constant.ACCEPT_RANGES.html index 2407a8dc40a..38f580250bc 100644 --- a/current/hyper/header/constant.ACCEPT_RANGES.html +++ b/current/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/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_CREDENTIALS.html b/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_CREDENTIALS.html index 1b4b08a767d..b14ed1cf3a7 100644 --- a/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_CREDENTIALS.html +++ b/current/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/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_HEADERS.html b/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_HEADERS.html index 2cd8a4bdf4c..87a82a3a2aa 100644 --- a/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_HEADERS.html +++ b/current/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/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_METHODS.html b/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_METHODS.html index 7fa3fb0fd53..6a064049f9d 100644 --- a/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_METHODS.html +++ b/current/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/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_ORIGIN.html b/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_ORIGIN.html index 0d8b278bcf9..b284db2e41b 100644 --- a/current/hyper/header/constant.ACCESS_CONTROL_ALLOW_ORIGIN.html +++ b/current/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/current/hyper/header/constant.ALLOW.html b/current/hyper/header/constant.ALLOW.html index 3151fcac819..d837978e30f 100644 --- a/current/hyper/header/constant.ALLOW.html +++ b/current/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/current/hyper/header/constant.ALT_SVC.html b/current/hyper/header/constant.ALT_SVC.html index 15167af2f13..6bb2557f5f5 100644 --- a/current/hyper/header/constant.ALT_SVC.html +++ b/current/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/current/hyper/header/constant.CACHE_STATUS.html b/current/hyper/header/constant.CACHE_STATUS.html index d1a8f2b875b..7bdcf260b38 100644 --- a/current/hyper/header/constant.CACHE_STATUS.html +++ b/current/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/current/hyper/header/constant.CONNECTION.html b/current/hyper/header/constant.CONNECTION.html index 4ab8786dc8a..f0ddee1688e 100644 --- a/current/hyper/header/constant.CONNECTION.html +++ b/current/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/current/hyper/header/constant.CONTENT_DISPOSITION.html b/current/hyper/header/constant.CONTENT_DISPOSITION.html index a6026c92f95..1b8a9c5d970 100644 --- a/current/hyper/header/constant.CONTENT_DISPOSITION.html +++ b/current/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/current/hyper/header/constant.CONTENT_ENCODING.html b/current/hyper/header/constant.CONTENT_ENCODING.html index 44cc5fc73dd..03d2af5b03a 100644 --- a/current/hyper/header/constant.CONTENT_ENCODING.html +++ b/current/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/current/hyper/header/constant.CONTENT_LANGUAGE.html b/current/hyper/header/constant.CONTENT_LANGUAGE.html index ce3bf165e70..2bcebbee8c0 100644 --- a/current/hyper/header/constant.CONTENT_LANGUAGE.html +++ b/current/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/current/hyper/header/constant.CONTENT_LENGTH.html b/current/hyper/header/constant.CONTENT_LENGTH.html index 7b310570d61..8dae9f80634 100644 --- a/current/hyper/header/constant.CONTENT_LENGTH.html +++ b/current/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/current/hyper/header/constant.CONTENT_RANGE.html b/current/hyper/header/constant.CONTENT_RANGE.html index dab3dfdad44..44c013f3476 100644 --- a/current/hyper/header/constant.CONTENT_RANGE.html +++ b/current/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/current/hyper/header/constant.CONTENT_SECURITY_POLICY_REPORT_ONLY.html b/current/hyper/header/constant.CONTENT_SECURITY_POLICY_REPORT_ONLY.html index e52fabeceb1..1018f71e044 100644 --- a/current/hyper/header/constant.CONTENT_SECURITY_POLICY_REPORT_ONLY.html +++ b/current/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/current/hyper/header/constant.CONTENT_TYPE.html b/current/hyper/header/constant.CONTENT_TYPE.html index 2fb2f329302..99fb7987610 100644 --- a/current/hyper/header/constant.CONTENT_TYPE.html +++ b/current/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.
+