Module Form.Enctype

type t = [
| `form_data
| `plain
| `x_www_form_urlencoded
]
val show : t -> string