[ANN] routes: path based routing for web applications

0.7.2 release is now available on opam. There have been quite a few changes since the previous versions.

  • Routes doesn’t deal with HTTP methods anymore
  • The internal implementation is now based around a trie like data structure
  • Routes have pretty printers
  • sprintf style route printing is supported again (routes are bi-directional)
  • Minimum supported OCaml version is now 4.05 (it used to be 4.06)
  • There is a release available for bucklescript as well and it is available to install via npm.
5 Likes