Expand description
§Reqwest-protobuf
Bringing protocolbuffer support to reqwest.
§Sending protobuf
use the protobuf
method on the RequestBuilder
type
§Receiving protobuf
- Accept it:
accept_protobuf
(onRequestBuilder
) - Decode it:
protobuf
(onResponse
)
§License
This project is dual licensed under the MIT or Apache-2.0 license, at your discretion.
Enums§
- Decode
Error - Decode errors
Traits§
- Protobuf
Request Ext - Extension trait for the RequestBuilder
- Protobuf
Response Ext - Extension trait for the Response