mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
- 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
5 lines
111 B
Text
5 lines
111 B
Text
|
|
(executables
|
|
(names echo)
|
|
(flags :standard -warn-error -a+8)
|
|
(libraries tiny_httpd tiny_httpd_camlzip))
|