inaka / cowboy-trails

A couple of improvements over Cowboy Routes

Home Page:http://inaka.github.io/cowboy-trails/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trails:trail/3,4

elbrujohalcon opened this issue · comments

add:

  • trail(cowboy_router:route_match(), module()) -> cowboy_router:route_path() which equiv to trail(Match, Module, []).
  • trail(cowboy_router:route_match(), module(), any()) -> cowboy_router:route_path()
  • trail(cowboy_router:route_match(), cowboy_router:constraints(), module(), any()) -> cowboy_router:route_path()