Registry / web-framework / buaazp-fasthttprouter

buaazp-fasthttprouter

JSON →
library0.1.1gogounverified

A high-performance HTTP request router for fasthttp.

go get github.com/buaazp/fasthttprouter
INSTALL
IMPORT
SIG · BUAAZP-FASTHTTPROU
B
buaazp-fasthttprouter
web-frameworkgov0.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.

fasthttprouter
github.com/buaazp/fasthttprouter

Creates a router and starts a fasthttp server.

package main import ( "github.com/buaazp/fasthttprouter" "github.com/valyala/fasthttp" ) func main() { router := fasthttprouter.New() router.GET("/", func(ctx *fasthttp.RequestCtx) { ctx.WriteString("Hello") }) fasthttp.ListenAndServe(":8080", router.Handler) }
Debug
Known issues
gotchaProject is unmaintained; consider using fasthttp's built-in router or julienschmidt/httprouter.
fix
Switch to github.com/julienschmidt/httprouter or fasthttp's fasthttprouter.
affects: *
Upgrade
Version history
0.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
buaazp-fasthttprouter — go get buaazp-fasthttprouter · libregistry