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.13.git136d54f.el6.src [25 KiB] |
Changelog
by Lokesh Mandvekar (2014-05-31):
- update to commit 136d54f81f (required for docker 1.0 https://github.com/dotcloud/docker/issues/5908 ) |