vulcand / route

HTTP request routing library and language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Route

Host("localhost") && Method(http.MethodPost) && Path("/v1")
Host("localhost") && Method(http.MethodPost) && 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/vulcand/route

About

HTTP request routing library and language

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Makefile 0.6%