grpcui icon indicating copy to clipboard operation
grpcui copied to clipboard

An interactive web UI for gRPC, along the lines of postman

Results 71 grpcui issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) from 1.8.6 to 1.8.7. Release notes Sourced from github.com/fullstorydev/grpcurl's releases. v1.8.7 Changes Unix sockets for windows Lots of dependency version updates Support for Go 1.18 Changelog 0d0992e Add...

dependencies

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1. Release notes Sourced from google.golang.org/protobuf's releases. v1.28.1 This release contains protoc-gen-go binaries for arm64. Notable changes since v1.28.0: CL/418677: internal/impl: improve MessageInfo.New performance CL/411377:...

dependencies

Is it possible to add the capability to specify a service call path prefix? Since current address field seems to not support paths as part of host, port string. This...

I often want to set a timestamp field to the current time, and have to do that manually. This PR adds a button next to the `google.protobuf.Timestamp` fields to set...

Trying to run gRPCUI in a Docker compose installation like this: ``` grpcui: image: fullstorydev/grpcui:latest networks: - app-tier restart: always depends_on: - rating-symbols ports: - 9006:8080 volumes: - ./app/project/proto:/app/project/proto entrypoint:...

The documentation describe the `-H` option as > ...These headers will also be included in reflection requests to a server.... This PR make sure they are passed to the RPC...

I am trying to install grpcui on my mac and I get the following error: ``` _Error: go: undefined method `kernel_name' for OS:Module Did you mean? kernel_version_ ```

macOS Monterey (12.3) here- installing fails: ``` $ go install github.com/fullstorydev/grpcui/cmd/grpcui@latest # golang.org/x/sys/unix ../../go/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable ../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.1_13.go:27:3: //go:linkname must refer to declared function or...

grpcui crashes just after clicking on invoke button on the grpcui web app. This happens if the control flow guard setting under the exploit protection settings is enabled on windows...