lambdabot-utils-4.2.2: Utility libraries for the advanced IRC bot, Lambdabot
Lambdabot.MiniHTTP
Description
HTTP protocol binding. http://homepages.paradise.net.nz/warrickg/haskell/http/ http://www.dtek.chalmers.se/~d00bring/haskell-xml-rpc/http.html
type Proxy = Maybe (String, Integer) Source
mkPost :: URI -> String -> [String] Source
readPage :: Proxy -> URI -> [String] -> String -> IO [String] Source
readNBytes :: Int -> Proxy -> URI -> [String] -> String -> IO [String] Source
urlEncode :: String -> String Source
urlDecode :: String -> String Source
module Network.URI