http-trace-0.1.0.0: Tracking http redirects

Safe HaskellNone
LanguageHaskell2010

Http.Trace

Synopsis

Documentation

traceRedirects :: String -> IO [String] Source #

Function to get all redirects for provided url

traceRedirects' :: String -> Bool -> IO [String] Source #

Version that returns top-level domain names without full url path

isReachable :: String -> String -> IO Bool Source #

Check if we redirects paths lead to destination url