enthus1ast / nimMatchingMummyRouter

A mummy router that captures parts of the url + static files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot bind different http methods to the same route

enthus1ast opened this issue · comments

this is not possible currently:

  var router: MatchRouter
  router.get("/", indexHandler)
  router.post("/", indexPostHandler)