mediawiki-0.2.6: Interfacing with the MediaWiki API

Portabilityso-so
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Safe HaskellNone

MediaWiki.Util.Fetch

Description

Simple GET/de-ref of URLs; abstracting out networking backend/package.

Documentation

postContentsURL :: Maybe AuthUser -> URLString -> [(String, String)] -> [Cookie] -> String -> IO ([Cookie], [(String, String)], String)Source

data Cookie