David Pedersen and GitHub
4b0ece6d28
chore: fix clippy lints ( #707 )
2021-07-09 18:23:55 +02:00
David Pedersen and GitHub
5aa8ae1fec
feat(examples): add grpc-web example ( #710 )
...
Creates a server using tonic-web and a client that uses a regular
`hyper::Client` and issues a regular HTTP/1.1 request.
2021-07-09 18:02:43 +02:00
040e3a4811
chore: Prepare v0.5 release ( #706 )
...
* bump tonic version to 0.5
* Update changelog for 0.5
* Update CHANGELOG.md
Co-authored-by: David Pedersen <[email protected] >
* address comments
Co-authored-by: David Pedersen <[email protected] >
2021-07-08 15:53:14 -04:00
David Pedersen and GitHub
acdb3273bb
chore: update prost, and related crates, to 0.8 ( #703 )
...
* chore: update prost, and related crates, to 0.8
Updates prost, prost-derive, prost-build, and prost-types to 0.8.
* Update the last few places
2021-07-08 15:02:02 -04:00
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