[][src]Module bdrck::http::types

types defines custom types for modeling HTTP requests / responses.

Structs

ResponseMetadata

ResponseMetadata stores recorded metadata about an HTTP response.

Enums

HttpData

HTTP data, which is either valid UTF-8 or is treated as binary.

Type Definitions

HeaderMap

A convenient typedef for the structure we store headers in.