Module poem::web

source ·
Expand description

Commonly used as the type of extractor or response.

Modules§

  • cookiecookie
    Cookie related types.
  • Typed HTTP Headers
  • ssesse
    Server-Sent Events (SSE) types.
  • websocketwebsocket
    Websocket extractor and response.

Structs§

Enums§

Traits§

  • Represents an type that can be extract from requests.
  • Represents a type that can convert into response.