Skip to content

cleanup and IO backend #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 21, 2023
Merged

cleanup and IO backend #65

merged 9 commits into from
Jun 21, 2023

Conversation

c-cube
Copy link
Owner

@c-cube c-cube commented Jun 21, 2023

  • 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

c-cube added 9 commits June 20, 2023 22:45
abstract channels, and abstract TCP server.
this doesn't change the `create`+`run` version, but makes it possible to
create a server that doesn't use unix IOs.
the endpoint /protected requires user:foobar login to see the content.
@c-cube c-cube merged commit 80ed515 into master Jun 21, 2023
@c-cube c-cube deleted the wip-cleanup-2023-06-20 branch June 21, 2023 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant