Module saphir::prelude

source ·
Expand description

Contains everything you need to bootstrap your http server

use saphir::prelude::*;

// implement magic

Re-exports

Modules

Structs

  • A cheaply cloneable and sliceable chunk of contiguous memory.
  • Representation of an HTTP cookie.
  • Structure that follows the builder pattern for building Cookie structs.
  • A collection of cookies that tracks its modifications.
  • A type map of protocol extensions.
  • The Request Method (VERB)
  • An HTTP status code (status-code in RFC 7230 et al.).
  • The URI component of a request.
  • Represents a version of the HTTP spec.