Structs§
- Preload
Entry - https://html.spec.whatwg.org/multipage/#preload-entry
- Preload
Id - Preload
Key - https://html.spec.whatwg.org/multipage/#preload-key
- Request
- A Request as defined by the Fetch spec.
- Request
Body - A process local view into https://fetch.spec.whatwg.org/#bodies. After IPC serialization, each process gets its own shared sender state for the same body stream. the net side fetch entry points own clearing their local copy once that fetch invocation reaches its terminal state. Redirect replay can later deserialize a fresh “RequestBody”, so lower level fetch steps cannot always clean up immediately.
- Request
Builder - Request
Client - https://fetch.spec.whatwg.org/#concept-request-client
- Request
Id - An id to differentiate one network request from another.
- Traversable
Navigable - https://html.spec.whatwg.org/multipage/#traversable-navigable
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
- System
Visibility State - https://html.spec.whatwg.org/multipage/#system-visibility-state
- Traversable
ForUser Prompts - https://fetch.spec.whatwg.org/#concept-request-window
Traits§
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