|
Network.Browser | Portability | non-portable (not tested) | Stability | experimental | Maintainer | bjorn@bringert.net |
|
|
|
|
|
Description |
An HTTP/1.1 compatible wrapper for the HTTP module.
|
|
|
Documentation |
|
data BrowserState |
Instances | |
|
|
data BrowserAction a |
Instances | |
|
|
data Cookie |
Instances | |
|
|
data Form |
|
|
data Proxy |
Constructors | NoProxy | | Proxy String (Maybe Authority) | |
|
|
|
browse :: BrowserAction a -> IO a |
|
setAllowRedirects :: Bool -> BrowserAction () |
|
getAllowRedirects :: BrowserAction Bool |
|
setCookieFilter :: (URI -> Cookie -> IO Bool) -> BrowserAction () |
|
addCookie :: Cookie -> BrowserAction () |
|
setErrHandler :: (String -> IO ()) -> BrowserAction () |
|
setOutHandler :: (String -> IO ()) -> BrowserAction () |
|
setProxy :: Proxy -> BrowserAction () |
|
setDebugLog :: Maybe String -> BrowserAction () |
|
out :: String -> BrowserAction () |
|
err :: String -> BrowserAction () |
|
ioAction :: IO a -> BrowserAction a |
|
formToRequest :: Form -> Request |
|
uriDefaultTo :: URI -> URI -> URI |
|
uriTrimHost :: URI -> URI |
|
Produced by Haddock version 0.7 |