issues
search
grpc-ecosystem
/
grpc-httpjson-transcoding
Transcoding to provide HTTP/JSON interface for gRPC Service
Apache License 2.0
164
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Cleanup type aliases, imports, and comments
#105
asedeno
closed
1 month ago
3
remove custom and apparently unused zlib
#104
asedeno
closed
1 month ago
3
Update json library to 3.11.3
#103
asedeno
closed
1 month ago
3
C++20
#102
asedeno
closed
1 month ago
4
Update bazel version to 6.1.0.
#101
shuoyang2016
closed
2 months ago
1
Remove unnecessary VariableBinding Templatization.
#100
shuoyang2016
closed
2 months ago
1
Update to clang-14 and c++20.
#99
shuoyang2016
closed
2 months ago
2
Fix split to absl::StrSplit.
#98
shuoyang2016
closed
2 months ago
3
chore(bazel): add MODULE.bazel files for bzlmod
#97
mmorel-35
opened
5 months ago
2
Error in build
#96
eclazi
opened
6 months ago
0
Depend on grpc-ecosystem/proto-converter
#95
TAOXUY
closed
1 year ago
2
Proto converter
#94
TAOXUY
closed
1 year ago
2
Proto converter
#93
TAOXUY
closed
1 year ago
2
Proto converter
#92
TAOXUY
closed
1 year ago
2
Proto converter
#91
TAOXUY
closed
1 year ago
2
Switch to rely on proto_converter
#90
TAOXUY
closed
1 year ago
3
Add option to fail registration on duplicate methods
#89
euroelessar
closed
1 year ago
3
Allow detecting duplicate methods at build time
#88
euroelessar
closed
1 year ago
2
Add OSS Fuzz badge
#87
nareddyt
closed
2 years ago
1
fix a init order issue in the test
#86
qiwzhang
closed
2 years ago
1
Fix json_request_translator status
#85
qiwzhang
closed
2 years ago
2
Add benchmark results to README
#84
orionHong
closed
2 years ago
3
Fix benchmark for gRPC streaming message builder logic to use std::stringstream
#83
orionHong
closed
2 years ago
3
Add Bazel rules to package performance benchmark binary into a Docker image
#82
orionHong
closed
2 years ago
4
Add benchmarks for variable bindings
#81
orionHong
closed
2 years ago
3
Add performance benchmark for gRPC to JSON transcoding
#80
orionHong
closed
2 years ago
5
Bump rules_fuzzing dependency to version 0.3.2
#79
orionHong
closed
2 years ago
2
Fix Struct proto service config in unit tests
#78
orionHong
closed
2 years ago
5
Update OWNERS
#77
nareddyt
closed
2 years ago
2
Add performance benchmark for HTTP/JSON to gRPC
#76
orionHong
closed
2 years ago
11
Support non uppper case enum values
#75
qiwzhang
closed
2 years ago
3
fix the script to format code
#74
qiwzhang
closed
2 years ago
1
Add newline-delimited JSON response configuration
#73
NAlexPear
closed
2 years ago
6
Update README with prow integration details
#72
nareddyt
closed
2 years ago
1
Initialize RequestInfo.reject_binding_body_field_collisions
#71
qiwzhang
closed
2 years ago
1
Add an option to reject the request if binding and body value has conflict.
#70
shuoyang2016
closed
2 years ago
3
Support percent escaped query parameters
#69
qiwzhang
closed
2 years ago
1
Unescape query parameter keys
#68
qiwzhang
closed
2 years ago
1
Fix path_match not to use recursive calls
#67
qiwzhang
closed
2 years ago
1
b/208716168: allow path matcher to always check custom verb
#66
TAOXUY
closed
2 years ago
1
Expose parsed gRPC message size
#65
nareddyt
closed
2 years ago
2
Make TypeHelper class thread safe
#64
qiwzhang
closed
3 years ago
2
Migrate to use prow GitHub app instead of bot account
#63
chaodaiG
closed
2 years ago
4
Update bazel rules_fuzzing dependency
#62
nareddyt
opened
3 years ago
6
b/190640998: Add fuzz test for MessageReader
#61
nareddyt
closed
3 years ago
4
Support unescape plus in query parameters
#60
qiwzhang
closed
3 years ago
2
Remove usage of google::protobuf::util::error.
#59
benjaminp
closed
3 years ago
6
Expose last parsed delimiter in MessageReader
#58
nareddyt
closed
3 years ago
1
Setup OSS Fuzz integration
#57
nareddyt
closed
3 years ago
3
Add a very simple fuzz test for HttpTemplate::Parse
#56
justin-mp
closed
3 years ago
6
Next