This commit is contained in:
Simon Cruanes 2024-02-08 15:35:33 -05:00
parent 7430dbf4b4
commit d686ace2df
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,3 +1,9 @@
(** Websockets for Tiny_httpd.
This sub-library ([tiny_httpd.ws]) exports a small implementation
for a websocket server. It has no additional dependencies.
*)
open Tiny_httpd_server open Tiny_httpd_server
module IO = Tiny_httpd_io module IO = Tiny_httpd_io