issues
search
c-cube
/
tiny_httpd
Minimal HTTP server using good old threads + blocking IO, with a small request router.
https://c-cube.github.io/tiny_httpd
76
stars
11
forks
source link
cleanup and IO backend
#65
Closed
c-cube
closed
1 year ago
c-cube
commented
1 year ago
chore: makefile
fix: description for 401 code
add
Tiny_httpd_io
module, abstraction over IOs
test: tests for Buf
server: add
IO_BACKEND
abstraction; implement a unix version of it
tighten flags; little fix
chore: makefile runs everything in release mode
doc
example: add super stupid http auth endpoints to echo.ml
Tiny_httpd_io
module, abstraction over IOsIO_BACKEND
abstraction; implement a unix version of it