Juan Alvarez and GitHub
4e0d2fc598
chore(tonic-web): add crate metadata and README ( #675 )
2021-06-04 16:26:15 -05:00
Juan Alvarez and GitHub
8084f4ea26
chore(tonic-web): include crate in top-level workspace ( #648 )
...
This PR adds the tonic-web crate to tonic's workspace members.
Unit and integration tests should now run as part of CI runs.
2021-06-03 11:48:53 -05:00
gmorer and GitHub
e1993877c4
fix(web): fix compilation ( #670 )
...
Make tonic::body::empty_body public and use it instead of the old and non existant anymore BoxBody::empty()
2021-06-02 13:59:11 +02:00
c309063254
feat(tonic-web): implement grpc <-> grpc-web protocol translation ( #455 )
...
tonic-web enables tonic servers to handle requests from grpc-web
clients directly, without the need of an external proxy.
Co-authored-by: John Hernandez <[email protected] >
Co-authored-by: zancas <[email protected] >
2021-05-13 12:20:33 -05:00