Module pavex::response::body::raw

source ·
Expand description

Low-level tools for building and manipulating Response bodies.

Primarily useful if you are working with Response::set_raw_body.

Structs§

  • A cheaply cloneable and sliceable chunk of contiguous memory.
  • A unique reference to a contiguous slice of memory.
  • A body that is always empty.
  • A body that consists of a single chunk.

Traits§