Expand description
Code for resolving an endpoint (URI) that a request should be sent to
Re-exports§
pub use error::ResolveEndpointError;
Modules§
- Errors related to endpoint resolution and validation
Functions§
- Apply
endpoint
touri
Type Aliases§
- Result
Deprecated An endpoint-resolution-specific Result. Contains either anEndpoint
or aResolveEndpointError
.