Crate reqwest_protobuf

Source
Expand description

§Reqwest-protobuf

Bringing protocolbuffer support to reqwest.

§Sending protobuf

use the protobuf method on the RequestBuilder type

§Receiving protobuf

  1. Accept it: accept_protobuf (on RequestBuilder)
  2. Decode it: protobuf (on Response)

§License

This project is dual licensed under the MIT or Apache-2.0 license, at your discretion.

Enums§

DecodeError
Decode errors

Traits§

ProtobufRequestExt
Extension trait for the RequestBuilder
ProtobufResponseExt
Extension trait for the Response