Registry / web-framework / twitchtv-twirp

twitchtv-twirp

JSON →
library8.1.3+incompatiblegogounverified

Twirp is a simple RPC framework for Go services using protobuf or JSON, similar to gRPC but with HTTP/1.1.

go get github.com/twitchtv/twirp
INSTALL
IMPORT
SIG · TWITCHTV-TWIRP
T
twitchtv-twirp
web-frameworkgov8.1.3+incompatible
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.

twirp
github.com/twitchtv/twirp

Creates a Twirp server mux and starts an HTTP server.

package main import ( "context" "net/http" "github.com/twitchtv/twirp" ) func main() { handler := twirp.NewServerMux() http.ListenAndServe(":8080", handler) }
Debug
Known issues
gotchaTwirp v8 uses Go modules with +incompatible versioning; ensure your go.mod references v8.1.3+incompatible correctly.
fix
Use 'go get github.com/twitchtv/twirp@v8.1.3+incompatible' or specify the version in go.mod.
affects: >=8.0.0
Upgrade
Version history
8.1.3+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources