[go: up one dir, main page]

tonic-web-wasm-client 0.3.0

grpc-web implementation for use by tonic clients in browsers via webassembly
Documentation
1
2
3
4
5
6
7
8
9
mod body_stream;
mod call;
mod client;
mod content_type;
mod error;
mod fetch;
mod response_body;

pub use self::{client::Client, error::Error, response_body::ResponseBody};