reqwest-protobuf

Crates.ioreqwest-protobuf
lib.rsreqwest-protobuf
version0.1.0
sourcesrc
created_at2023-01-01 14:37:42.481265
updated_at2023-01-01 14:37:42.481265
descriptionProtocol buffer support for Reqwest
homepage
repositoryhttps://github.com/MrFriendly-B-V/reqwest-protobuf/
max_upload_size
id748892
size4,245
Tobias de Bruijn (TobiasDeBruijn)

documentation

https://docs.rs/reqwest-protobuf/latest/reqwest-protobuf/

README

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.

Commit count: 0

cargo fmt