Module fetch

Source

Structsยง

FetchCanceller ๐Ÿ”’
RAII fetch canceller object. By default initialized to having a request associated with it, which can be manually cancelled with cancel, or automatically cancelled on drop. Calling ignore will sever the relationship with the request, meaning it cannot be cancelled through this canceller from that point on.
FetchContext ๐Ÿ”’

Traitsยง

CspViolationsProcessor ๐Ÿ”’

Functionsยง

Fetch ๐Ÿ”’
https://fetch.spec.whatwg.org/#fetch-method
create_a_potential_cors_request ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#create-a-potential-cors-request
fill_headers_with_metadata ๐Ÿ”’
load_whole_resource ๐Ÿ”’
Convenience function for synchronously loading a whole resource.
request_init_from_request ๐Ÿ”’