Module toad::server

source ·
Expand description

Server functionality

Re-exports

  • pub use ap::Ap;

Modules

  • Server flow applicative
  • Request method filters
  • Path manipulation
  • Respond to requests

Structs

  • Newtype wrapper of an initialization function

Enums

  • Run errors
  • A request was received and needs to be handled by Running your code.

Traits