Registry / networking / fullstorydev-grpcui

fullstorydev-grpcui

JSON →
library1.4.3gogounverified

A gRPC web UI in the form of HTTP handlers that can be added to a web server.

go get github.com/fullstorydev/grpcui
INSTALL
IMPORT
SIG · FULLSTORYDEV-GRPCU
F
fullstorydev-grpcui
networkinggov1.4.3
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.

grpcui
github.com/fullstorydev/grpcui

Serve the gRPC web UI on the root path.

package main import ( "net/http" "github.com/fullstorydev/grpcui" ) func main() { http.Handle("/", grpcui.Handler()) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
fullstorydev-grpcui — go get fullstorydev-grpcui · libregistry