@hackage nested-routes5.0.0

Declarative, compositional Wai responses

A method to writing Wai responses

This library attempts to make it easier to write nice Wai response handlers by giving us a Sinatra/ 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 Scotty & Spock, but we can also embed Attoparsec parsers and Regular Expressions directly in our routes, with our handlers reflecting their results. You can find more information in the demo. and the examples.

  • Deprecated

    @hackage/nested-routes-10.0.0
  • Dependencies (0)

  • Dependents (1)

    @hackage/sparrow
  • Package Flags

      example
       (off by default)

      Build the trivial example.

      example-stm
       (off by default)

      Build the Sha512 / STM nonce cache example.