grpc-gateway icon indicating copy to clipboard operation
grpc-gateway copied to clipboard

gRPC to JSON proxy generator following the gRPC HTTP spec

Results 179 grpc-gateway issues
Sort by recently updated
recently updated
newest added

#### References to other Issues or PRs Issue #4319 #### Have you read the [Contributing Guidelines](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/CONTRIBUTING.md)? Yes #### Brief description of what is fixed or changed Added Middleware for ServerMux...

## 🚀 Feature ### PR #4290 ### Problem The grpc-gateway functionality supports REST ednpoint registration directly to ServeMux without using GRPC-server. Accordingly, interceptors for grpc are not called and HTTP...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.4 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...

dependencies
ruby

For methods we can control the OpenAPI title/description via comments ```protobuf // Update a book // // This method updates a book rpc UpdateBook(UpdateBookRequest) returns (Book) { option (google.api.http) =...

enhancement
help wanted
openapi
good first issue

## 🚀 Feature Python codebase that is using Proto + Bazel would like to depend on those protos. Unfortunately having the protos being listed in a directory that has `-`...

Bumps [activesupport](https://github.com/rails/rails) from 6.0.6.1 to 7.1.3.4. Release notes Sourced from activesupport's releases. 7.1.3.4 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies
ruby

Bumps [github-pages](https://github.com/github/pages-gem) from 222 to 230. Release notes Sourced from github-pages's releases. v230 What's Changed Bump docker/login-action from 2 to 3 by @​dependabot in github/pages-gem#907 Bump docker/build-push-action from 4 to...

dependencies
ruby

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io_bazel_rules_go](https://togithub.com/bazelbuild/rules_go) | http_archive | minor | `v0.47.1` -> `v0.48.0` | ---...

#### References to other Issues or PRs None. #### Have you read the [Contributing Guidelines](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/CONTRIBUTING.md)? Yes. #### Brief description of what is fixed or changed Updates the buf example from...