| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | emertens@galois.com |
Network.Curl.Post
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 | |
Constructors
| ContentFile FilePath | |
| ContentBuffer (Ptr CChar) Long | |
| ContentString String |
multiformString :: String -> String -> HttpPostSource
curl_formfree :: Ptr a -> IO ()Source