Registry / networking / grpcreflect

grpcreflect

JSON →
library1.3.0gogounverified

Package grpcreflect enables any net/http server to handle gRPC's server reflection API, allowing debugging tools like grpcurl to discover and call Protobuf services without schema copies.

go get connectrpc.com/grpcreflect
INSTALL
IMPORT
SIG · GRPCREFLECT
G
grpcreflect
networkinggov1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

grpcreflect
connectrpc.com/grpcreflect

Add gRPC reflection to an HTTP server

package main import ( "net/http" "connectrpc.com/grpcreflect" ) func main() { mux := http.NewServeMux() mux.Handle(grpcreflect.NewHandlerV1(grpcreflect.NewStaticReflector("your.service.v1.YourService"))) http.ListenAndServe(":8080", mux) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
grpcreflect — go get grpcreflect · libregistry