|
| ReviewBoard.Browser | | Portability | portable | | Stability | experimental | | Maintainer | adam.smyczek@gmail.com |
|
|
|
| Description |
ReviewBoard.Browser extends Network.Browser module (HTTP package)
with support for multipart/form-data content type.
The package contains typed form variables FormVar and
chooses the content type encryption based on this.
If the form contains a FileUpload, multipart/form-data
encryption is used. Otherwise the request falls back to the default
Network.Browser encryption.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
| Typed form variable
| Instances | |
|
|
|
| Form to request for typed form variables,
same as formToRequest in Network.Browser module.
|
|
|
| Create text field variable
|
|
|
| Create checkbox variable
|
|
|
| Create file upload variable
|
|
| Produced by Haddock version 2.3.0 |