1
0
mirror of https://github.com/actix/actix-website synced 2024-11-25 01:02:58 +01:00
actix-website/static/api/actix-web/0.7.2/actix_web/http/header/sidebar-items.js

1 line
11 KiB
JavaScript
Raw Normal View History

2018-07-26 19:53:41 +02:00
initSidebarItems({"constant":[["ACCEPT","Advertises which content types the client is able to understand."],["ACCEPT_CHARSET","Advertises which character set the client is able to understand."],["ACCEPT_ENCODING","Advertises which content encoding the client is able to understand."],["ACCEPT_LANGUAGE","Advertises which languages the client is able to understand."],["ACCEPT_RANGES","Marker used by the server to advertise partial request support."],["ACCESS_CONTROL_ALLOW_CREDENTIALS","Preflight response indicating if the response to the request can be exposed to the page."],["ACCESS_CONTROL_ALLOW_HEADERS","Preflight response indicating permitted HTTP headers."],["ACCESS_CONTROL_ALLOW_METHODS","Preflight header response indicating permitted access methods."],["ACCESS_CONTROL_ALLOW_ORIGIN","Indicates whether the response can be shared with resources with the given origin."],["ACCESS_CONTROL_EXPOSE_HEADERS","Indicates which headers can be exposed as part of the response by listing their names."],["ACCESS_CONTROL_MAX_AGE","Indicates how long the results of a preflight request can be cached."],["ACCESS_CONTROL_REQUEST_HEADERS","Informs the server which HTTP headers will be used when an actual request is made."],["ACCESS_CONTROL_REQUEST_METHOD","Informs the server know which HTTP method will be used when the actual request is made."],["AGE","Indicates the time in seconds the object has been in a proxy cache."],["ALLOW","Lists the set of methods support by a resource."],["ALT_SVC","Advertises the availability of alternate services to clients."],["AUTHORIZATION","Contains the credentials to authenticate a user agent with a server."],["CACHE_CONTROL","Specifies directives for caching mechanisms in both requests and responses."],["CONNECTION","Controls whether or not the network connection stays open after the current transaction finishes."],["CONTENT_DISPOSITION","Indicates if the content is expected to be displayed inline."],["CONTENT_ENCODING","Used to compress the media-type."],["CONTENT_LANGUAGE","Used to describe the languages intended for the audience."],["CONTENT_LENGTH","Indicates the size fo the entity-body."],["CONTENT_LOCATION","Indicates an alternate location for the returned data."],["CONTENT_RANGE","Indicates where in a full body message a partial message belongs."],["CONTENT_SECURITY_POLICY","Allows controlling resources the user agent is allowed to load for a given page."],["CONTENT_SECURITY_POLICY_REPORT_ONLY","Allows experimenting with policies by monitoring their effects."],["CONTENT_TYPE","Used to indicate the media type of the resource."],["COOKIE","Contains stored HTTP cookies previously sent by the server with the Set-Cookie header."],["DATE","Contains the date and time at which the message was originated."],["DNT","Indicates the client's tracking preference."],["ETAG","Identifier for a specific version of a resource."],["EXPECT","Indicates expectations that need to be fulfilled by the server in order to properly handle the request."],["EXPIRES","Contains the date/time after which the response is considered stale."],["FORWARDED","Contains information from the client-facing side of proxy servers that is altered or lost when a proxy is involved in the path of the request."],["FROM","Contains an Internet email address for a human user who controls the requesting user agent."],["HOST","Specifies the domain name of the server and (optionally) the TCP port number on which the server is listening."],["IF_MATCH","Makes a request conditional based on the E-Tag."],["IF_MODIFIED_SINCE","Makes a request conditional based on the modification date."],["IF_NONE_MATCH","Makes a request conditional based on the E-Tag."],["IF_RANGE","Makes a request conditional based on range."],["IF_UNMODIFIED_SINCE","Makes the request conditional based on the last modification date."],["LAST_MODIFIED","Content-Types that are acceptable for the response."],["LINK","Allows the server to point an interested client to another resource containing metadata about the requested resource."],["LOCATION","Indicates the URL to redirect a page to."],["M