tiny_httpd/src
2023-08-08 12:38:59 -04:00
..
bin feat: Server.run takes ?after_init parameter 2023-05-24 15:38:38 -04:00
camlzip feat: add IO.Out_channel.output_char function 2023-07-18 14:14:05 -04:00
eio feat: add IO.Out_channel.output_char function 2023-07-18 14:14:05 -04:00
gen add Tiny_httpd_html.to_writer 2023-07-18 14:27:48 -04:00
dune disable warning 48 2023-08-08 12:38:59 -04:00
Tiny_httpd.ml use a resource pool to recycle buffers 2023-06-23 17:58:11 -04:00
Tiny_httpd.mli use a resource pool to recycle buffers 2023-06-23 17:58:11 -04:00
Tiny_httpd_buf.ml buf: add add_char 2023-07-18 15:37:53 -04:00
Tiny_httpd_buf.mli buf: add add_char 2023-07-18 15:37:53 -04:00
Tiny_httpd_dir.ml Merge branch 'ocamlformat' 2023-05-24 15:41:58 -04:00
Tiny_httpd_dir.mli ocamlformat 2023-05-23 17:40:18 -04:00
Tiny_httpd_html.ml fix: removed a \n by mistake 2023-07-18 14:36:11 -04:00
Tiny_httpd_io.ml add ?buf param to IO.Out_channel.chunk_encoding 2023-07-18 15:38:11 -04:00
Tiny_httpd_pool.ml fix issue for 4.04 2023-06-23 17:58:11 -04:00
Tiny_httpd_pool.mli doc 2023-06-26 16:04:13 -04:00
Tiny_httpd_server.ml format 2023-08-08 12:37:19 -04:00
Tiny_httpd_server.mli Pass code to response makers 2023-08-08 12:35:42 -04:00
Tiny_httpd_stream.ml server: use available buffer when writing body with chunk encoding 2023-07-18 15:40:56 -04:00
Tiny_httpd_stream.mli server: use available buffer when writing body with chunk encoding 2023-07-18 15:40:56 -04:00
Tiny_httpd_util.ml remove dep on ounit2 and qtest 2023-05-24 15:13:27 -04:00
Tiny_httpd_util.mli ocamlformat 2023-05-23 17:40:18 -04:00