golang-github-gorilla-mux - A powerful URL router and dispatcher for golang
Website: | http://www.gorillatoolkit.org/pkg/mux |
---|---|
License: | BSD |
Vendor: | Virtuozzo |
- Description:
Package gorilla/mux implements a request router and dispatcher. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions.
Packages
golang-github-gorilla-mux-0-0.17.git136d54f.vl7.src [24 KiB] |
Changelog
by jchaloup (2015-01-27):
- bump the release related: #1147843 |