net
0.0.1
In net::
fetch::
methods
Structs
CancellationListener
FetchContext
Enums
Data
MixedSecurityProhibited
RangeRequestBounds
Constants
PARTIAL_RESPONSE_TO_NON_RANGE_REQUEST_ERROR
Functions
convert_request_to_csp_request
create_about_memory
create_blank_reply
do_settings_prohibit_mixed_security_contexts
fetch
fetch_with_cors_cache
handle_allowcert_request
is_bad_port
is_form_submission_request
is_null_body_status
main_fetch
report_violations_for_request_by_csp
scheme_fetch
should_be_blocked_due_to_mime_type
should_be_blocked_due_to_nosniff
should_request_be_blocked_as_mixed_content
should_request_be_blocked_by_csp
should_request_be_blocked_due_to_a_bad_port
should_response_be_blocked_as_mixed_content
should_upgrade_mixed_content_request
should_upgrade_request_to_potentially_trustworty
wait_for_response
Type Aliases
DoneChannel
Target
net
::
fetch
::
methods
Type Alias
Target
Copy item path
Settings
Help
Summary
Source
pub type Target<'a> = &'a mut (dyn
FetchTaskTarget
+
Send
);