Crate deno_net

Source

Modules§

io
ops
ops_tls
ops_unix
raw
resolve_addr
tcp

Structs§

DefaultTlsOptions
UnsafelyIgnoreCertificateErrors
UnsafelyIgnoreCertificateErrors is a wrapper struct so it can be placed inside GothamState; using type alias for a Option<Vec<String>> could work, but there’s a high chance that there might be another type alias pointing to a Option<Vec<String>>, which would override previously used alias.
deno_net
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Enums§

QuicError

Constants§

UNSTABLE_FEATURE_NAME

Traits§

NetPermissions