StructsΒ§
- Auto
Request πBody Stream Closer - Closes the current process request body sender state when the net side fetch invocation ends. Redirect replay for navigation requests happens in a later fetch invocation with a newly deserialized βRequestBodyβ, so each invocation owns closing only its local copy.
- Cancellation
Listener - Fetch
Context - InFlight
Keep Alive Record - Used to keep track of keep-alive requests
- WebSocket
Channel
EnumsΒ§
- Data
- Mixed
Security Prohibited - Range
Request Bounds - Range header start and end values.
FunctionsΒ§
- convert_
request_ πto_ csp_ request - create_
about_ πmemory - create_
blank_ πreply - do_
settings_ πprohibit_ mixed_ security_ contexts - https://w3c.github.io/webappsec-mixed-content/#categorize-settings-object
- fetch
- Fetch
- fetch_
with_ cors_ cache - Continuation of fetch from step 8.
- handle_
allowcert_ πrequest - Handle a request from the user interface to ignore validation errors for a certificate.
- is_
bad_ πport - https://fetch.spec.whatwg.org/#bad-port
- is_
form_ submission_ request - is_
null_ πbody_ status - main_
fetch - Main fetch
- report_
violations_ for_ request_ by_ csp - https://www.w3.org/TR/CSP/#report-for-request
- scheme_
fetch π - Scheme fetch
- should_
be_ πblocked_ due_ to_ mime_ type - https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-mime-type?
- should_
be_ blocked_ due_ to_ nosniff - https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-nosniff?
- should_
request_ be_ blocked_ as_ mixed_ content - https://w3c.github.io/webappsec-mixed-content/#should-block-fetch
- should_
request_ be_ blocked_ by_ csp - https://www.w3.org/TR/CSP/#should-block-request
- should_
request_ be_ blocked_ due_ to_ a_ bad_ port - https://fetch.spec.whatwg.org/#block-bad-port
- should_
response_ be_ blocked_ as_ mixed_ content - https://w3c.github.io/webappsec-mixed-content/#should-block-response
- should_
response_ πbe_ blocked_ by_ csp - should_
upgrade_ πmixed_ content_ request - https://w3c.github.io/webappsec-mixed-content/#upgrade-algorithm
- should_
upgrade_ πrequest_ to_ potentially_ trustworthy - https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request
- transfers_
request_ πbody_ stream_ to_ later_ manual_ redirect - A manual navigation redirect keeps the same request body alive for a later net side redirect replay invocation. That later invocation becomes the next lifecycle owner and must close its local shared sender state once it reaches a terminal response.
- wait_
for_ πresponse