golang-github-bmizerany-pat-dev

Sinatra style pattern muxer for go's net/http library
  https://github.com/bmizerany/pat
  0
  no reviews



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.