diff --git a/src/Tiny_httpd_server.ml b/src/Tiny_httpd_server.ml index 1ee56ffd..8f67c76a 100644 --- a/src/Tiny_httpd_server.ml +++ b/src/Tiny_httpd_server.ml @@ -37,6 +37,7 @@ module Response_code = struct | 302 -> "Found" | 304 -> "Not Modified" | 400 -> "Bad request" + | 401 -> "Unauthorized" | 403 -> "Forbidden" | 404 -> "Not found" | 405 -> "Method not allowed"