proxy.golang.org : github.com/cenk/remux
Provides an HTTP router that routes requests based on regex patterns. Different than http.ServeMux, routing is based on Request.RequestURI (unescaped) rather than Request.URL.Path (escaped). You can't use http.ServeMux if you want to embed a URL in URL. That's why Remux is written. Named match groups are saved in the Request. You can access them by prefixing the group name with ":".
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/cenk/remux
License: MIT
Latest release: over 10 years ago
First release: over 10 years ago
Namespace: github.com/cenk
Last synced: 6 months ago