| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Exhentai.API.Archiver
Synopsis
- streamOriginal :: Effs '[Http, Error HttpException, Cookie, ConduitIO, Bracket, Throw ExhentaiError] m => Text -> ContT r m (Response (ConduitT i ByteString IO ()))
- streamResampled :: Effs '[Http, Error HttpException, Cookie, ConduitIO, Bracket, Throw ExhentaiError] m => Text -> ContT r m (Response (ConduitT i ByteString IO ()))
Documentation
Arguments
| :: Effs '[Http, Error HttpException, Cookie, ConduitIO, Bracket, Throw ExhentaiError] m | |
| => Text | Archiver url, usually the |
| -> ContT r m (Response (ConduitT i ByteString IO ())) |
Download an origian archive from an archiver url as a stream
Arguments
| :: Effs '[Http, Error HttpException, Cookie, ConduitIO, Bracket, Throw ExhentaiError] m | |
| => Text | Archiver url, usually the |
| -> ContT r m (Response (ConduitT i ByteString IO ())) |
Download an resampled archive from an archiver url as a stream