Module net::http_loader
source ยท Structsยง
- 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.
- The various states an entry of the HttpCache can be in.
Constantsยง
Functionsยง
- auth_from_cache ๐
- cors_check ๐
- cors_preflight_fetch ๐
- has_credentials ๐
- http_network_fetch ๐
- is_no_store_cache ๐
- is_redirect_status ๐
- is_same_site ๐
- obtain_response ๐
- same_origin ๐
- set_cookie_for_url ๐
- set_default_accept ๐Step 13 of https://fetch.spec.whatwg.org/#concept-fetch.
- set_request_cookies ๐
- strict_origin ๐
Type Aliasesยง
- HttpCacheState ๐