Module Dream_pure.MethodSource
Sourcetype method_ = [ | `GET| `POST| `PUT| `DELETE| `HEAD| `CONNECT| `OPTIONS| `TRACE| `PATCH| `Method of string
] Sourceval method_to_string :
[< `CONNECT
| `DELETE
| `GET
| `HEAD
| `Method of string
| `OPTIONS
| `PATCH
| `POST
| `PUT
| `TRACE ] ->
string Sourceval string_to_method :
string ->
[> `CONNECT
| `DELETE
| `GET
| `HEAD
| `Method of string
| `OPTIONS
| `PATCH
| `POST
| `PUT
| `TRACE ] Sourceval normalize_method :
[< `CONNECT
| `DELETE
| `GET
| `HEAD
| `Method of string
| `OPTIONS
| `PATCH
| `POST
| `PUT
| `TRACE ] ->
method_ Sourceval methods_equal :
[< `CONNECT
| `DELETE
| `GET
| `HEAD
| `Method of string
| `OPTIONS
| `PATCH
| `POST
| `PUT
| `TRACE ] ->
[< `CONNECT
| `DELETE
| `GET
| `HEAD
| `Method of string
| `OPTIONS
| `PATCH
| `POST
| `PUT
| `TRACE ] ->
bool