Articles tagged: Headers
Found 12 documents
- Glossary/Forbidden_header_name A forbidden header name is an HTTP header name that cannot be modified programmatically.
- Web/API/Headers The Headers interface of the Fetch API allows you to perform various actions on HTTP request and ...
- Web/API/Headers/entries The Headers.entries() method returns an iterator allowing to go through all key/value pairs ...
- Web/API/Headers/keys The Headers.keys() method returns an iterator allowing to go through all keys contained in this ...
- Web/API/Headers/values The Headers.values() method returns an iterator allowing to go through all values contained in ...
- Web/API/Request/headers The headers read-only property of the Request interface contains the Headers object associated ...
- Web/API/Response/headers The headers read-only property of the Response interface contains the Headers object associated ...
- Web/HTTP/Headers HTTP headers allow the client and the server to pass additional information with the request or ...
- Web/HTTP/Headers/Connection The Connection general header controls whether or not the network connection stays open after ...
- Web/HTTP/Headers/Content-Encoding The Content-Encoding entity header is used to compress the media-type. When present, its value ...
- Web/HTTP/Headers/Content-Language The Content-Language entity header is used to describe the language(s) intended for the ...
- Web/HTTP/Headers/Content-Length The Content-Length entity header is indicating the size of the entity-body, in decimal number of ...