Document using protobuf from the client #67
Labels
A-protobuf
Project: actix-protobuf
C-documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Expected Behavior
There is no documentation about constructing protobuf messages to issue HTTP requests from the client only HTTPResponses are covered.
Current Behavior
The documentation and example only cover server side and doesn't cover client.
Possible Solution
Add more documentation and maybe example app.
Steps to Reproduce (for bugs)
N/A
Context
I am trying to implement an app which acts both as http client and server and therefore need to be able to construct protobuf messages and include them in both HTTResponse and HTTRequest.
Your Environment
rustc -V
): 1.43.1The text was updated successfully, but these errors were encountered: