The Request interface of the Fetch API represents a resource request.| developer.mozilla.org
HTTP has a concept of conditional requests, where the result, and even the success of a request, can be controlled by comparing the affected resources with a validator. These requests are useful for validating cached content, ensuring that it is only fetched if it differs from the copy that is already available to the browser. Conditional requests are also useful for ensuring the integrity of a document when resuming a download, or preventing lost updates when uploading or modifying a documen...| MDN Web Docs
The URL interface is used to parse, construct, normalize, and encode URLs. It works by providing properties which allow you to easily read and modify the components of a URL.| MDN Web Docs
Set up a custom domain to make your site accessible at your own domain name. You can use a domain you already have registered or register a new one.| docs.netlify.com
The WebSocket object provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection.| MDN Web Docs
Understand how site deploys work, access information on a deploy’s detail page, and control branches, deploy contexts, and deploy permissions.| docs.netlify.com
Use this API reference to write edge function files with JavaScript or TypeScript that export default functions responsible for processing requests.| docs.netlify.com
Use rewrite rules to fetch a location behind the scenes while the URL in the visitor’s address bar remains the same. Proxy to another service or site.| docs.netlify.com