Name: | golang-github-gorilla-mux-devel |
---|---|
Version: | 0 |
Release: | 0.15.git136d54f.el7_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 85691 |
License: | BSD |
RPM: | golang-github-gorilla-mux-devel-0-0.15.git136d54f.el7_0.noarch.rpm |
Source RPM: | golang-github-gorilla-mux-0-0.15.git136d54f.el7_0.src.rpm |
Build Date: | Mon Jan 26 2015 |
Build Host: | ca-build56.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gorillatoolkit.org/pkg/mux |
Summary: | A powerful URL router and dispatcher for golang |
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. This package contains library source intended for building other packages which use gorilla/mux. |