Module data

Source
Expand description

Traits to encode and decode request and response bodies.

Enums§

EmptyDecodeError
Error decoding a body which should be empty.

Traits§

Decodable
Determines how a response is decoded.
Encodable
Determines how a request is encoded.