Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 838 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 838 Bytes

grpc-httpjson-transcoding

grpc-httpjson-transcoding is a library that supports transcoding so that HTTP/JSON can be converted to gRPC.

It helps you to provide your APIs in both gRPC and RESTful style at the same time. The code is used in istio proxy and cloud endpoints to provide HTTP+JSON interface to gRPC service.

Develop

Bazel is used for build and dependency management. The following commands build and test sources:

$ bazel build //...
$ bazel test //...

Contribution

See CONTRIBUTING.md.

License

grpc-httpjson-transcoding is licensed under the Apache 2.0 license. See LICENSE for more details.