golang-github-gorilla-mux - A powerful URL router and dispatcher for golang
| Website: | https://github.com/gorilla/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.18.git8096f47.el6.src [27 KiB] |
Changelog
by jchaloup (2015-08-02):
- Update spec file to spec-2.0 resolves: #1249384 |