Variant
method
This type corresponds to HTTP standard Methods.
variant method {
get,
head,
post,
put,
delete,
connect,
options,
trace,
patch,
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| get | — | |
| head | — | |
| post | — | |
| put | — | |
| delete | — | |
| connect | — | |
| options | — | |
| trace | — | |
| patch | — | |
| other | string |