Crate askama_gotham

source ·

Modules

Structs

  • A stream of Bytes, used when receiving bodies.
  • Represents an HTTP response
  • Provides storage for request state, and stores one item of each type. The types used for storage must implement the StateData trait to allow its storage, which is usually done by adding #[derive(StateData)] on the type in question.
  • An HTTP status code (status-code in RFC 7230 et al.).

Enums

Traits

  • Object-safe wrapper trait around Template implementers
  • Represents a type which can be converted to a response. This trait is used in converting the return type of a function into a response.
  • Main Template trait; implementations are generally derived

Functions

Type Definitions

Derive Macros