tighttp-0.0.0.6: Tiny and Incrementally-Growing HTTP library

Safe HaskellNone

Network.TigHTTP.Client

Documentation

request :: (PipeClass p, MonadTrans (p () ByteString), Monad (p () ByteString (HandleMonad h)), HandleLike h) => h -> Request h -> HandleMonad h (Response p h)Source

get :: HostName -> Int -> FilePath -> Request hSource

post :: HandleLike h => HostName -> Int -> FilePath -> (Maybe Int, ByteString) -> Request hSource