diff --git a/src/ws/tiny_httpd_ws.mli b/src/ws/tiny_httpd_ws.mli index b3440559..44f48e9d 100644 --- a/src/ws/tiny_httpd_ws.mli +++ b/src/ws/tiny_httpd_ws.mli @@ -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 module IO = Tiny_httpd_io