tiny_httpd/examples
Simon Cruanes a07936dac4
Some checks are pending
format / format (push) Waiting to run
build / build (4.13.x, ubuntu-latest) (push) Waiting to run
build / build (4.14.x, ubuntu-latest) (push) Waiting to run
build / build (5.03.x, ubuntu-latest) (push) Waiting to run
eio backend, second attempt (#95)
feat: `tiny_httpd_eio` library

provides a tiny_httpd server that relies on Eio for non-blocking
sockets and for concurrency using eio fibers.
2026-02-15 16:36:32 -05:00
..
files add a VFS in examples/echo.ml 2022-03-03 22:14:44 -05:00
dune eio backend, second attempt (#95) 2026-02-15 16:36:32 -05:00
echo.ml hardening bugfixes 2026-02-10 19:57:21 -05:00
echo_eio.ml eio backend, second attempt (#95) 2026-02-15 16:36:32 -05:00
echo_ws.ml hardening bugfixes 2026-02-10 19:57:21 -05:00
run_test.sh kill %1 in test is not robust enough 2021-12-11 23:27:35 -10:00
sse_client.ml ocamlformat 2023-05-23 17:40:18 -04:00
sse_demo.html add .html files for SSE and websocket examples 2024-03-12 10:39:50 -04:00
sse_server.ml hardening bugfixes 2026-02-10 19:57:21 -05:00
test_output.txt.expected test: expect test for server-send events (linux only) 2021-07-17 22:10:15 -04:00
writer.ml wip: bugfixes 2024-02-26 16:28:31 -05:00
ws_demo.html add .html files for SSE and websocket examples 2024-03-12 10:39:50 -04:00