Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
golang-github-bmizerany-pat-dev
Sinatra style pattern muxer for go's net/http library
https://github.com/bmizerany/pat
0
no reviews
Install
Patternservemux is an http request multiplexer. it matches the url of each incoming request against a list of registered patterns with their associated methods and calls the handler for the pattern that most closely matches the url.