tiny_httpd/src/examples/dune
Simon Cruanes b640c0da30 feat: add Route.t construct, deprecate scanf, add more structured path
- Request now contains a path split into components
- Request now contains the query part already transformed into an assoc list
- Route.t uses a simple GADT for mapping `/`-split paths into routes,
  passing some components of type string or int to the handler
- deprecate scanf-based routing, as being too error prone
2020-05-27 19:56:23 -04:00

5 lines
111 B
Text

(executables
(names echo)
(flags :standard -warn-error -a+8)
(libraries tiny_httpd tiny_httpd_camlzip))