Registry / web-framework / pressly-chi

pressly-chi

JSON →
library1.5.5gogounverified

A lightweight, idiomatic and composable router for building Go HTTP services.

go get github.com/pressly/chi
INSTALL
IMPORT
SIG · PRESSLY-CHI
P
pressly-chi
web-frameworkgov1.5.5
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.

chi
github.com/pressly/chi

Create a simple HTTP server with Chi router.

package main import ( "net/http" "github.com/pressly/chi" ) func main() { r := chi.NewRouter() r.Get("/", func(w http.ResponseWriter, r *http.Request) { w.Write([]byte("Hello")) }) http.ListenAndServe(":8080", r) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
pressly-chi — go get pressly-chi · libregistry