A powerful HTTP router and URL matcher for building Go web servers with 🦍
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kamil Kisiel ba336c9cfb getUrlQuery: Use SplitN with a max of 2. 11 years ago
.travis.yml Add go 1.2 to travis.yml 12 years ago
LICENSE Initial files. 13 years ago
README.md Add Travis badge 12 years ago
bench_test.go Initial files. 13 years ago
doc.go Fix up doc formatting, use spaces for alignment (tabs are for indentation only). 11 years ago
mux.go Update the walk method to walk matchers so it walks the full list of routers and child routers 11 years ago
mux_test.go Merge pull request #111 from burrbd/master 11 years ago
old_test.go gofmt 12 years ago
regexp.go getUrlQuery: Use SplitN with a max of 2. 11 years ago
route.go adding ^ and $ to query pattern 11 years ago

README.md

mux

Build Status

gorilla/mux is a powerful URL router and dispatcher.

Read the full documentation here: http://www.gorillatoolkit.org/pkg/mux