|
| Network.Curl.Post | | Portability | portable | | Stability | provisional | | Maintainer | Sigbjorn Finne <sof@galois.com> |
|
|
|
| Description |
| Representing and marshalling formdata (as part of POST uploads/submissions.)
If you are only looking to submit a sequence of name=value pairs,
you are better off using the CurlPostFields constructor; much simpler.
|
|
|
| Documentation |
|
|
|
|
| Constructors | | HttpPost | | | postName :: String | | | contentType :: Maybe String | | | content :: Content | | | extraHeaders :: [Header] | | | showName :: Maybe String | |
|
| Instances | |
|
|
|
| Constructors | | ContentFile FilePath | | | ContentBuffer (Ptr CChar) Long | | | ContentString String | |
| Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| curl_formfree :: Ptr a -> IO () | Source |
|
|
| Produced by Haddock version 2.4.2 |