| Portability | so-so |
|---|---|
| Stability | provisional |
| Maintainer | Sigbjorn Finne <sof@forkIO.com> |
| Safe Haskell | None |
MediaWiki.Util.Fetch
Description
Simple GET/de-ref of URLs; abstracting out networking backend/package.
Documentation
readContentsURL :: URLString -> IO StringSource
readUserContentsURL :: Maybe AuthUser -> Bool -> Bool -> URLString -> [(String, String)] -> IO ([(String, String)], String)Source
postContentsURL :: Maybe AuthUser -> URLString -> [(String, String)] -> [Cookie] -> String -> IO ([Cookie], [(String, String)], String)Source
Constructors
| AuthUser | |
Fields
| |