package routes
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=9ace01e90e633b4e228b8b05dddd06957281e602fcf17b226ae8683050097da3
sha512=b4c26b59a73fdc7436aa485a7d38ee2e989dc9d3b5a653e502e954a68c15e93f8486e22721e3a84f6730e1f8574e7a2314cfc2baf769e0f2586503067f9602cf
CHANGES.md.html
0.5.2
Support custom HTTP methods via
Other of string
(#58 , @sazarkin)
0.5.1
Allow user to decide if they want to keep or ignore trailing slash (#50)
0.5.0
Flatten nested skip-left actions.
Group routes based on the HTTP verb.
Use a trie based path matcher.
Add micro-benchmark suite.
0.4.2
Specialize apply for
SkipLeft
parsers.Re-write routes for better matches.
0.4.1
Remove
stdcompat
(#33)Add example using opium (#34)
0.4.0
Switch to using an applicative functor as parser. (#27)
Have a version of matching without HTTP methods. (#27)
Tokenize the path parameters into list of strings. (#27)
Add more tests for matchers. (#28)
s
now returns the string it matches, instead of discarding it. (#29)
0.3.0
Extract string operations to its own module (#14)
Drop dependency on astring (#16)
Add pretty printers for utop (#18)
Accept a request that is in-turn forwarded to handlers (#22)
Use
mdx
to test examples in the readme file (#23)
0.2.0
Switched to a GADT representation of routes
Add support for using the same route type for both parsing and a sprintf like function
0.1.0
Initial version of router