grpc-httpjson-transcoding
grpc-httpjson-transcoding copied to clipboard
Transcoding to provide HTTP/JSON interface for gRPC Service
In my use case my `GetSomethingRequest` includes a `map`, and I didn't manage to pass the map as a query param. So I have to attach a body to the...
Greetings grpc-httpjson-transcoding developers and contributors, We’re reaching out because your project is an important part of the open source ecosystem, and we’d like to invite you to integrate with our...
Hi there, I work on protobufs. I noticed your project is using APIs from `google/protobuf/util/internal`: ``` #include "google/protobuf/util/internal/json_stream_parser.h" #include "google/protobuf/util/internal/object_writer.h" ``` https://github.com/grpc-ecosystem/grpc-httpjson-transcoding/blob/master/src/json_request_translator.cc#L23-L24 These APIs have "internal" in the include path,...
This issue copy of https://github.com/cloudendpoints/esp/issues/728 Hi! Please consider adding feature newline-delimited JSON streams like in https://github.com/grpc-ecosystem/grpc-gateway Example exists in grpc-ecosystem/grpc-gateway#581 This would be useful if api return 100k + lines...
Hi All, As title suggested, I am wondering if this package can do the following: - Capture a stream of gRPC request and response through network packet capturing (assuming that...
After cloning, I ran bazel command to build project and I ran into following errors: Starting local Bazel server and connecting to it... ERROR: /home/basil/.cache/bazel/_bazel_basil/c7fbbb4ed84ea4e033d6d8801ef24b13/external/protobuf_git/BUILD:597:1: Traceback (most recent call last):...
Trying to build on windows but having issues ``` PS E:\src\grpc-httpjson-transcoding> bazel build //... Starting local Bazel server and connecting to it... WARNING: --enable_bzlmod is set, but no MODULE.bazel file...
Signed-off-by: Matthieu MOREL