From ef1e75ad96184ee22af8fa4d6b9ec21af8bc7aed Mon Sep 17 00:00:00 2001 From: c-cube Date: Mon, 8 May 2023 01:04:37 +0000 Subject: [PATCH] deploy: 9c2cf0900daf1d73239cfa49bcb1a2cdc835d4d4 --- dev/tiny_httpd/Tiny_httpd_server/Meth/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [
  1. | `GET
  2. | `PUT
  3. | `POST
  4. | `HEAD
  5. | `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 -> unit
val to_string : t -> string
\ No newline at end of file +Meth (tiny_httpd.Tiny_httpd_server.Meth)

Module Tiny_httpd_server.Meth

type t = [
  1. | `GET
  2. | `PUT
  3. | `POST
  4. | `HEAD
  5. | `DELETE
  6. | `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 -> unit
val to_string : t -> string
\ No newline at end of file