actix/actix-extras

Document using protobuf from the client

開放

#67 建立於 2020年5月29日

 (0 則留言) (0 個反應) (0 位負責人)Rust (227 個分叉)auto 404
A-protobufC-documentationgood first issue

倉庫指標

星標
 (889 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南