Module body

Expand description

extra http body types and utilities.

Modules§

sse
Server-Sent Events (SSE) support
util

Structs§

Body
The body type used in rama requests and responses.
BodyDataStream
A stream of data frames.
BodyLimit
Can be used to communicate the desire to limit the size of request/response bodies.
Frame
A frame of any kind related to an HTTP stream (body).
InfiniteReader
A(n) (in)finite random byte stream implementing [AsyncRead].
SizeHint
A Body size hint
ZipBomb
A minimal in-memory ZIP archive that acts as a decompression or resource exhaustion trap.

Traits§

BodyExtractExt
An extension trait for StreamingBody that provides methods to extract data from it.
StreamingBody
Trait representing a streaming body of a Request or Response.