Is there any way in tonic to append data on the request ?
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
## Feature Request
For example, if I have a 4MB data that I don't want to encode into a protobuf field, can I directly append this chunk of data to the end of the request, like `req.append_data(chunk_data); req.get_append_data()`
### Crates
### Motivation
### Proposal
### Alternatives
Contributor guide
Assessment
This issue has not been assessed yet.