Module http_loader

Source

Structsยง

HttpState
RedirectEndTimer ๐Ÿ”’
ResponseEndTimer ๐Ÿ”’

Enumsยง

BodyChunk ๐Ÿ”’
Messages from the IPC route to the fetch worker, used to fill the body with bytes coming-in over IPC.
BodySink ๐Ÿ”’
The sink side of the body passed to hyper, used to enqueue chunks.
BodyStream ๐Ÿ”’
The stream side of the body passed to hyper.
CrossOriginResourcePolicy ๐Ÿ”’
https://fetch.spec.whatwg.org/#cross-origin-resource-policy-check
HttpCacheEntryState
The various states an entry of the HttpCache can be in.

Functionsยง

append_a_request_origin_header ๐Ÿ”’
https://fetch.spec.whatwg.org/#append-a-request-origin-header
append_the_fetch_metadata_headers ๐Ÿ”’
https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-append-the-fetch-metadata-headers-for-a-request
auth_from_cache ๐Ÿ”’
cors_check ๐Ÿ”’
CORS check
cors_preflight_fetch ๐Ÿ”’
CORS preflight fetch
cross_origin_resource_policy_check ๐Ÿ”’
determine_requests_referrer
https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer
has_credentials ๐Ÿ”’
http_fetch
HTTP fetch
http_network_fetch ๐Ÿ”’
HTTP network fetch
http_network_or_cache_fetch ๐Ÿ”’
HTTP network or cache fetch
http_redirect_fetch
HTTP redirect fetch
is_no_store_cache ๐Ÿ”’
is_redirect_status ๐Ÿ”’
https://fetch.spec.whatwg.org/#redirect-status
is_same_site ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#same-site
is_schemelessy_same_site ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#schemelessly-same-site
no_referrer_when_downgrade ๐Ÿ”’
https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-state-no-referrer-when-downgrade
obtain_response ๐Ÿ”’
origin_when_cross_origin ๐Ÿ”’
https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin-when-cross-origin
prepare_devtools_request ๐Ÿ”’
request_has_redirect_tainted_origin ๐Ÿ”’
https://fetch.spec.whatwg.org/#concept-request-tainted-origin
same_origin ๐Ÿ”’
https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-same-origin
send_early_httprequest_to_devtools
send_request_to_devtools
send_response_to_devtools
send_response_values_to_devtools
serialize_origin
Step 3 of https://fetch.spec.whatwg.org/#serializing-a-request-origin.
serialize_request_origin ๐Ÿ”’
https://fetch.spec.whatwg.org/#serializing-a-request-origin
set_cookie_for_url ๐Ÿ”’
set_cookies_from_headers ๐Ÿ”’
set_default_accept ๐Ÿ”’
Step 13 of https://fetch.spec.whatwg.org/#concept-fetch.
set_default_accept_encoding ๐Ÿ”’
set_request_cookies ๐Ÿ”’
set_requests_referrer_policy_on_redirect ๐Ÿ”’
https://w3c.github.io/webappsec-referrer-policy/#set-requests-referrer-policy-on-redirect
set_the_sec_fetch_dest_header ๐Ÿ”’
https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-set-dest
set_the_sec_fetch_mode_header ๐Ÿ”’
https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-set-mode
set_the_sec_fetch_site_header ๐Ÿ”’
https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-set-site
set_the_sec_fetch_user_header ๐Ÿ”’
https://w3c.github.io/webappsec-fetch-metadata/#abstract-opdef-set-user
strict_origin ๐Ÿ”’
https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-strict-origin
strict_origin_when_cross_origin ๐Ÿ”’
https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-strict-origin-when-cross-origin
strip_url_for_use_as_referrer ๐Ÿ”’
https://w3c.github.io/webappsec-referrer-policy/#strip-url

Type Aliasesยง

HttpCacheState ๐Ÿ”’