Expand description

HTTP response types.

This module contains structs related to HTTP responses, notably the Response type itself as well as a builder to create responses. Typically you’ll import the http::Response type rather than reaching into this module itself.

Structs

Meta Data of the Response

An Wrapper of http::Response