chore: Replace unit struct with ordinary struct (#1777)
chore(examples): Remove dummy echo implementation (#1178)
feat: Add TryFrom implementations for MetadataValue (#990)Co-authored-by: Adam Chalmers <[email protected]>
fix(tonic): Remove `Sync` requirement for streams (#804)
feat: Add gRPC interceptors (#232)This change introduces proper gRPC interceptors that are avilable regardless of the transport used. Each codegen service now produces an additional method called
feat: Add gRPC interceptors (#232)This change introduces proper gRPC interceptors that are avilable regardless of the transport used. Each codegen service now produces an additional method called `with_interceptor` that accepts a `Interceptor`. All examples have been updated to use this new style and interop has a custom `tower::Service` middleware to echo the headers. There is also a new `interceptor` example that shows basic usage. BREAKING CHANGE: removed `interceptor_fn` and `intercep_headers_fn` from `transport` in favor of using `tonic::Interceptor`.
show more ...
chore: Reorganize examples and interop crates (#180)* chore: Reorganize examples and interop crates * fix interop tests