diff --git a/dev/tiny_httpd/Tiny_httpd_server/Meth/index.html b/dev/tiny_httpd/Tiny_httpd_server/Meth/index.html
index 0a0edcaf..280a6081 100644
--- a/dev/tiny_httpd/Tiny_httpd_server/Meth/index.html
+++ b/dev/tiny_httpd/Tiny_httpd_server/Meth/index.html
@@ -1,2 +1,2 @@
-
Meth (tiny_httpd.Tiny_httpd_server.Meth)Module Tiny_httpd_server.Meth
type t = [ | `GET| `PUT| `POST| `HEAD| `DELETE
]A HTTP method. For now we only handle a subset of these.
See https://tools.ietf.org/html/rfc7231#section-4
val pp : Stdlib.Format.formatter -> t -> unitval to_string : t -> string
\ No newline at end of file
+Meth (tiny_httpd.Tiny_httpd_server.Meth)Module Tiny_httpd_server.Meth
type t = [ | `GET| `PUT| `POST| `HEAD| `DELETE| `OPTIONS
]A HTTP method. For now we only handle a subset of these.
See https://tools.ietf.org/html/rfc7231#section-4
val pp : Stdlib.Format.formatter -> t -> unitval to_string : t -> string
\ No newline at end of file