Module util

Source
Expand description

Utilities for working with Actix Web types.

Structs§

InfallibleStream
Converts stream with item T into Result<T, Infallible>.

Functions§

fork_request_payload
Returns an effectively cloned payload that supports streaming efficiently.