Registry / utility / mccutchen-go-httpbin

mccutchen-go-httpbin

JSON →
library1.1.1gogounverified

Go implementation of httpbin, an HTTP request and response testing service.

go get github.com/mccutchen/go-httpbin
INSTALL
IMPORT
SIG · MCCUTCHEN-GO-HTTPB
M
mccutchen-go-httpbin
utilitygov1.1.1
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.

httpbin
github.com/mccutchen/go-httpbin

Start an httpbin server on port 8080.

package main import ( "net/http" "github.com/mccutchen/go-httpbin/httpbin" ) func main() { handler := httpbin.NewHandler() http.ListenAndServe(":8080", handler) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mccutchen-go-httpbin — go get mccutchen-go-httpbin · libregistry