Struct aws_smithy_http::endpoint::middleware::SmithyEndpointStage
source · #[non_exhaustive]pub struct SmithyEndpointStage;
Expand description
Middleware to apply an HTTP endpoint to the request
This middleware reads aws_smithy_types::endpoint::Endpoint
out of the request properties and applies
it to the HTTP request.
Implementations§
Trait Implementations§
source§impl Clone for SmithyEndpointStage
impl Clone for SmithyEndpointStage
source§fn clone(&self) -> SmithyEndpointStage
fn clone(&self) -> SmithyEndpointStage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SmithyEndpointStage
impl Debug for SmithyEndpointStage
source§impl Default for SmithyEndpointStage
impl Default for SmithyEndpointStage
source§fn default() -> SmithyEndpointStage
fn default() -> SmithyEndpointStage
Returns the “default value” for a type. Read more