Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Provides a datatype to differentiate between regular urlencoding and multipart encoding for the content of forms and functions to determine the content types of forms.
- data FormEncType
- formTreeEncType :: FormTree Identity v m a -> FormEncType
Documentation
data FormEncType Source
Content type encoding of the form, either url encoded (percent-encoding) or multipart encoding. For details, see: http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4
formTreeEncType :: FormTree Identity v m a -> FormEncType Source
Determines the encoding type of a FormTree