Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document using protobuf from the client #67

Open
iilyak opened this issue May 29, 2020 · 0 comments
Open

Document using protobuf from the client #67

iilyak opened this issue May 29, 2020 · 0 comments
Labels
A-protobuf Project: actix-protobuf C-documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@iilyak
Copy link

iilyak commented May 29, 2020

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

  • Rust Version (I.e, output of rustc -V): 1.43.1
  • Actix-* crate(s) Version:
    • actix: 0.9.0
    • actix-protobuf: 0.5.1
@robjtede robjtede changed the title [actix-protobuf] Document using protobuf from the client Document using protobuf from the client Sep 16, 2020
@robjtede robjtede added C-documentation Improvements or additions to documentation A-protobuf Project: actix-protobuf labels Sep 16, 2020
@robjtede robjtede added the good first issue Good for newcomers label Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-protobuf Project: actix-protobuf C-documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants