1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type meth = [
| `DELETE |
| `GET |
| `HEAD |
| `OPTIONS |
| `CONNECT |
| `TRACE |
| `Other of string |
| `PATCH |
| `POST |
| `PUT |
]
HTTP methods. This is (intentionally) compatible with Cohttp.Code.meth to make the cohttp-based runtime implementation easier.
val string_of_meth : meth -> string
Produces a string from the method. This is needed for AWS request signing.