Skip to main content

Module types

Module types 

Source

Structs§

CollectedResponse
A response fully read into memory — status, headers, body — rather than the streaming hyper::Response<BoxBody> every dispatch function returns.

Type Aliases§

BoxBody