Module Form.Method

type t = [
| `dialog
| `get
| `post
]
val show : t -> string