Module HTTP/Form

This module is undocumented. This is a list of its definitions.

form :: <Proc> Form

A form with no parameters.

param :: Form -> String -> String -> <Proc> ()

Adds a parameter with the given name and value to the form. A name may be given more than once; every value added under it is sent.