tiny_httpd/src/core
2025-04-18 09:37:27 -04:00
..
gen wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
buf.ml finish refactor 2024-02-26 15:48:10 -05:00
buf.mli finish refactor 2024-02-26 15:48:10 -05:00
common_.ml wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
dune format 2024-08-15 09:18:15 -04:00
headers.ml feat(headers): set will not reallocate whole list if not needed 2025-04-18 09:37:27 -04:00
headers.mli feat(headers): use case insensitive comparison 2025-04-18 09:37:27 -04:00
IO.ml better error message on IO failure 2024-08-01 10:51:35 -04:00
log.default.ml new flag ?enable_logging to disable regular logs (not debug) 2024-12-04 15:52:32 -05:00
log.logs.ml new flag ?enable_logging to disable regular logs (not debug) 2024-12-04 15:52:32 -05:00
log.mli prepare for 0.18 2025-04-18 09:37:27 -04:00
meth.ml wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
meth.mli wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
parse_.ml wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
pool.ml feat pool: expose acquire/release 2025-04-18 09:37:27 -04:00
pool.mli feat pool: expose acquire/release 2025-04-18 09:37:27 -04:00
request.ml fix parsing: stricter checks for CRLF 2024-10-13 20:42:26 -04:00
request.mli prepare for 0.17 2024-06-20 15:23:51 -04:00
response.ml fix(response): do not override "content-length" in raw response 2025-04-18 09:37:27 -04:00
response.mli prepare for 0.18 2025-04-18 09:37:27 -04:00
response_code.ml detail 2025-03-25 15:01:17 -04:00
response_code.mli prepare for 0.17 2024-06-20 15:23:51 -04:00
route.ml wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
route.mli typo 2025-01-29 22:25:22 -05:00
server.ml feat: add ?head_middlewares to create 2025-03-19 13:40:49 -04:00
server.mli prepare for 0.18 2025-04-18 09:37:27 -04:00
stream.ml.tmp wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
stream.mli.tmp wip: use Iostream for IOs; add hmap to request; refactor 2024-02-26 13:41:55 -05:00
util.ml fix percent encoding for < 0x10 chars 2024-12-25 11:12:42 -05:00
util.mli prepare for 0.17 2024-06-20 15:23:51 -04:00