Registry / utility / joker-hpp

joker-hpp

JSON →
library1.0.0gogounverified

Package hpp provides an HTTP pretty printer for debugging and logging HTTP requests and responses.

go get github.com/Joker/hpp
INSTALL
IMPORT
SIG · JOKER-HPP
J
joker-hpp
utilitygov1.0.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.

hpp
github.com/Joker/hpp

Prints incoming HTTP requests in a human-readable format.

package main import ( "net/http" "github.com/Joker/hpp" ) func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { hpp.Print(r) w.Write([]byte("Hello")) }) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
joker-hpp — go get joker-hpp · libregistry