From 4bf7c267d6e6965a3f8f68a341ed3008209c0554 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 2 Apr 2022 23:47:46 -0400 Subject: [PATCH] fix: module Html was not exposed --- src/Tiny_httpd.mli | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tiny_httpd.mli b/src/Tiny_httpd.mli index c6e79d9a..d0021572 100644 --- a/src/Tiny_httpd.mli +++ b/src/Tiny_httpd.mli @@ -102,3 +102,5 @@ module Util = Tiny_httpd_util (** {2 Static directory serving} *) module Dir = Tiny_httpd_dir + +module Html = Tiny_httpd_html