Structs§
- Request
- A Request as defined by the Fetch spec.
- Request
Body - The net component’s view into https://fetch.spec.whatwg.org/#bodies
- Request
Builder - Request
Id - An id to differeniate one network request from another.
Enums§
- Body
Chunk Request - Messages used to implement https://fetch.spec.whatwg.org/#concept-request-transmit-body which are sent from net to script (with the exception of Done, which is sent from script to script).
- Body
Chunk Response - Messages used to implement https://fetch.spec.whatwg.org/#concept-request-transmit-body which are sent from script to net.
- Body
Source - https://fetch.spec.whatwg.org/#concept-body-source
- Cache
Mode - Cache mode
- Cors
Settings - CORS settings attribute
- Credentials
Mode - Request credentials mode
- Destination
- A request destination
- Initiator
- An initiator
- Insecure
Requests Policy - Origin
- A request origin
- Parser
Metadata - Parser Metadata
- Redirect
Mode - Redirect mode
- Referrer
- A referer
- Request
Mode - A request mode
- Response
Tainting - Response tainting
- Service
Workers Mode - Service-workers mode
- Window
- Window
Functions§
- convert_
header_ names_ to_ sorted_ lowercase_ set - https://fetch.spec.whatwg.org/#ref-for-convert-header-names-to-a-sorted-lowercase-set
- create_
request_ body_ with_ content - get_
cors_ unsafe_ header_ names - https://fetch.spec.whatwg.org/#cors-unsafe-request-header-names
- is_
cors_ non_ wildcard_ request_ header_ name - https://fetch.spec.whatwg.org/#cors-non-wildcard-request-header-name
- is_
cors_ 🔒safelisted_ language - is_
cors_ safelisted_ method - https://fetch.spec.whatwg.org/#cors-safelisted-method
- is_
cors_ 🔒safelisted_ request_ accept - is_
cors_ safelisted_ request_ content_ type - is_
cors_ safelisted_ request_ header - is_
cors_ safelisted_ request_ range - is_
cors_ 🔒unsafe_ request_ header_ byte - validate_
range_ 🔒header