Module endpoint

Source
Expand description

Code for resolving an endpoint (URI) that a request should be sent to

Re-exports§

pub use error::ResolveEndpointError;

Modules§

error
Errors related to endpoint resolution and validation

Functions§

apply_endpointDeprecated
Apply endpoint to uri

Type Aliases§

EndpointPrefixDeprecated
A special type that adds support for services that have special URL-prefixing rules.
ResultDeprecated
An endpoint-resolution-specific Result. Contains either an Endpoint or a ResolveEndpointError.