golang-github-gorilla-mux - A powerful URL router and dispatcher for golang
Website: | http://www.gorillatoolkit.org/pkg/mux |
---|---|
License: | BSD |
Vendor: | Fedora Project |
- 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.9.gite718e93.el6.src [23 KiB] |
Changelog
by Lokesh Mandvekar (2013-10-16):
- double quotes removed from provides and br |