Skip to content

polyverse-security/route

 
 

Repository files navigation

Route

Host("localhost") && Method("POST") && Path("/v1")
Host("localhost") && Method("POST") && Path("/v1") && Header("Content-Type", "application/<string>")

HTTP request routing language and library.

Features:

  • Trie based matching
  • Regexp based matching
  • Matches hosts, headers, methods and paths
  • Flexible matching language

Documentation:

http://godoc.org/github.com/mailgun/route

About

HTTP request routing library and language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%