Crate aws_smithy_http_server[][src]

Expand description

HTTP server runtime and utilities, loosely based on Axum.

Modules

HTTP body utilities.

Error definition.

Rejection response types.

Structs

A stream of Bytes, used when receiving bodies.

Errors that can happen when using aws-smithy-server.

The router type for composing handlers and services.

Traits

Trait representing a streaming body of a Request or Response.

Type Definitions

A boxed Body trait object.

Alias for a type-erased error type.