@hackage nested-routes8.0.2

Declarative, compositional Wai responses

This library attempts to make it easier to write nice Wai response handlers by giving us a Sinatra <https:hackage.haskell.orgpackagescotty Scotty>-like syntax for declaring HTTP-verb oriented routes, in addition to file-extension handling and rose-tree like composition. Not only do we have literal route specification, like <https:hackage.haskell.orgpackagescotty Scotty> & <https:hackage.haskell.orgpackagespock Spock>, but we can also embed <https:hackage.haskell.orgpackageattoparsec Attoparsec> parsers and <https:hackage.haskell.orgpackageregex-compat Regular Expressions> directly/ in our routes, with our handlers reflecting their results.