feed-crawl-0.1.0.0: Feed crawling utilities

Safe HaskellNone
LanguageHaskell2010

Text.Feed.Crawl

Synopsis

Documentation

crawlURL :: String -> IO CrawlResult Source

The main function

withRedirectTracking :: ManagerSettings -> Request -> IO (Response ByteString, [Status]) Source

Returns a tuple of response and list of redirect locations. The first location is the last redirect.