Module allowed_hosts

Module allowed_hosts 

Source

Structs§

AllowedHostConfig
Represents a single allowed_outbound_hosts item.
OutboundAllowedHosts
A check for whether a URL is allowed by the outbound networking configuration.
OutboundUrl
A parsed URL used for outbound networking.

Enums§

AllowedHostsConfig
Represents an allowed_outbound_hosts config.
HostConfig
Represents the host part of an allowed_outbound_hosts item.
IndividualPortConfig
Represents a single port specifier in an allowed_outbound_hosts item.
PortConfig
Represents the port part of an allowed_outbound_hosts item.
SchemeConfig
Represents the scheme part of an allowed_outbound_hosts item.

Constants§

SERVICE_CHAINING_DOMAIN
The domain used for service chaining.
SERVICE_CHAINING_DOMAIN_SUFFIX
The domain suffix used for service chaining.

Traits§

DisallowedHostHandler
A trait for handling disallowed hosts

Functions§

is_service_chaining_host
Checks if the host is a service chaining host.
parse_service_chaining_target
Parses a service chaining target from a URL.

Type Aliases§

SharedFutureResult
An easily cloneable, shared, boxed future of result