grpc-ecosystem / grpc-httpjson-transcoding

Transcoding to provide HTTP/JSON interface for gRPC Service
Apache License 2.0
164 stars 35 forks source link

[WIP]Support matching root path "/" #46

Closed TAOXUY closed 3 years ago

TAOXUY commented 3 years ago

This PR is to support grpc-json transcoding on root path.

Unblock: https://github.com/envoyproxy/envoy/issues/14561

Risk: low as it is the same as the one in ESPv2

Tests: unit tests have been added and will add the integration tests in the follow-up envoy PR.