Registry /
networking / bufbuild-connect-grpcreflect-go
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
✓ github.com/bufbuild/connect-grpcreflect-go
Adds gRPC reflection to an HTTP server.
package main
import (
"net/http"
"github.com/bufbuild/connect-grpcreflect-go"
)
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.1.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.