Trait aws_smithy_http_server::plugin::HttpMarker
source · pub trait HttpMarker { }
Expand description
A HTTP plugin is a plugin that acts on the HTTP request before it is deserialized, and acts on the HTTP response after it is serialized.
This trait is a marker trait to indicate that a plugin can be registered as an HTTP plugin.
Compare with ModelMarker
in the module documentation, which contains an
example implementation too.