David Pedersen e84cc6f7f8
Tonic example (#72)
* Tonic example

* Add test for tonic example

* Address review feedback

* Use `impl Trait` for returning the service type
2021-03-21 17:43:25 +01:00
..
2021-03-21 17:43:25 +01:00
2021-02-25 23:23:42 +01:00
2021-03-21 17:43:25 +01:00

tower-http examples

This folder contains various examples of how to use tower-http.

  • warp-key-value-store: A key/value store with an HTTP API built with warp.
  • tonic-key-value-store: A key/value store with a gRPC API and client built with tonic.