github.com/go-playground/pure

pure

:non-potable_water: Is a lightweight HTTP router that sticks to the std "net/http" implementation

49

Decision Signals

Health score 49/100, confidence 80/100.

Caution
Maintenance 15
Adoption 40
Security 92
Maturity 52
Developer DX 83
Confidence 80

Install

go get github.com/go-playground/pure

Package Data

updated May 31, 2026
Latest versionv4.2.0+incompatible
Imported by92 packages
Stars0
Forks0
Last activity7 years ago
Latest releaseUnknown
LicenseUnknown
Known vuln records0

API Surface

99 symbols
SymbolKindSynopsis
FormDecoder Type type FormDecoder interface{ ... }
DefaultDecoder Variable var DefaultDecoder FormDecoder = form.NewDecoder()
FormDecoder.Decode Method Decode func(interface{}, url.Values) error
IRouteGroup Type type IRouteGroup interface{ ... }
IRouteGroup.Group Method Group func(prefix string) IRouteGroup
IRouteGroup.GroupWithMore Method GroupWithMore func(prefix string, middleware ...Middleware) IRouteGroup
IRouteGroup.GroupWithNone Method GroupWithNone func(prefix string) IRouteGroup
IRoutes Type type IRoutes interface{ ... }
IRoutes.Any Method Any func(string, http.HandlerFunc)
IRoutes.Connect Method Connect func(string, http.HandlerFunc)
IRoutes.Delete Method Delete func(string, http.HandlerFunc)
IRoutes.Get Method Get func(string, http.HandlerFunc)

Maintained Alternatives

limited recent repository activity

#1 Chi

Package chi is a small, idiomatic and composable router for building HTTP services.

Go HTTP Routers 22.3K stars 17.3K imported-by 90% confidence
92

#2 Gorilla Mux

Package mux implements a request router and dispatcher.

Go HTTP Routers 21.8K stars 99.5K imported-by 100% confidence
80

#3 ngamux

Package ngamux is simple HTTP router for Go that compatible with net/http, the standard library to serve HTTP.

Go HTTP Routers 0 stars 31 imported-by 80% confidence
67

#4 v5

Package ship has implemented a flexible, powerful, high performance and minimalist Go Web HTTP router framework, which is inspired by echo and httprouter.

Go HTTP Routers 0 stars 51 imported-by 75% confidence
62

#5 rux

Package rux is a simple and fast request router for golang HTTP applications.

Go HTTP Routers 0 stars 0 imported-by 45% confidence
45

Similar Packages

Go HTTP Routers

#1 Chi

Package chi is a small, idiomatic and composable router for building HTTP services.

Go HTTP Routers 22.3K stars 17.3K imported-by 90% confidence
92

#2 Gorilla Mux

Package mux implements a request router and dispatcher.

Go HTTP Routers 21.8K stars 99.5K imported-by 100% confidence
80

#3 ngamux

Package ngamux is simple HTTP router for Go that compatible with net/http, the standard library to serve HTTP.

Go HTTP Routers 0 stars 31 imported-by 80% confidence
67

#4 v5

Package ship has implemented a flexible, powerful, high performance and minimalist Go Web HTTP router framework, which is inspired by echo and httprouter.

Go HTTP Routers 0 stars 51 imported-by 75% confidence
62

#5 httprouter

Package httprouter is a trie based high performance HTTP request router.

Go HTTP Routers 0 stars 27.4K imported-by 80% confidence
61