Articles tagged: Response
Found 23 documents
- Glossary/Forbidden_response_header_name A forbidden response header name is an HTTP header name (either ` Set-Cookie ` or ` Set-Cookie2 ...
- Web/API/Fetch_API The Fetch API provides an interface for fetching resources (including across the network). It ...
- Web/API/Fetch_API/Using_Fetch This kind of functionality was previously achieved using XMLHttpRequest. Fetch provides a better ...
- Web/API/Response The Response interface of the Fetch API represents the response to a request.
- Web/API/Response/clone The clone() method of the Response interface creates a clone of a response object, identical in ...
- Web/API/Response/error The error() method of the Response interface returns a new Response object associated with a ...
- Web/API/Response/headers The headers read-only property of the Response interface contains the Headers object associated ...
- Web/API/Response/ok The ok read-only property of the Response interface contains a boolean stating whether the ...
- Web/API/Response/redirect The redirect() method of the Response interface returns a Response resulting in a redirect to ...
- Web/API/Response/redirected The read-only redirected property of the Response interface indicates whether or not the ...
- Web/API/Response/Response The Response() constructor creates a new Response object.
- Web/API/Response/status The status read-only property of the Response interface contains the status code of the response ...
- Web/API/Response/statusText The statusText read-only property of the Response interface contains the status message ...
- Web/API/Response/type The type read-only property of the Response interface contains the type of the response. It can ...
- Web/API/Response/url The url read-only property of the Response interface contains the URL of the response.
- Web/API/Response/useFinalURL The useFinalURL property of the Response interface contains a boolean stating whether this is ...
- Web/HTTP/Headers/Age The Age header contains the time in seconds the object has been in a proxy cache.
- Web/HTTP/Headers/ETag The ETag HTTP response header is an identifier for a specific version of a resource. It allows ...
- Web/HTTP/Headers/Expires The Expires header contains the date/time after which the response is considered stale.
- Web/HTTP/Headers/Referrer-Policy The Referrer-Policy HTTP header governs which referrer information, sent in the Referer header, ...
- Web/HTTP/Headers/Retry-After The Retry-After response HTTP header indicates how long the user agent should wait before making ...
- Web/HTTP/Headers/Set-Cookie The Set-Cookie HTTP response header is used to send cookies from the server to the user agent.
- Web/HTTP/Headers/Vary The Vary HTTP response header determines how to match future request headers to decide whether a ...