| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Sigbjorn Finne <sigbjorn.finne@gmail.com> |
| Safe Haskell | None |
Network.Delicious.Fetch
Description
Simple GET/de-ref of URLs; abstracting out networking backend/package.
Documentation
readContentsURL :: String -> URLString -> IO StringSource
readContentsURL fetches the content from the given URL, u.
Via a standard, non-authenticated, GET.
readUserContentsURL :: User -> String -> URLString -> IO StringSource
Like readContentsURL, but HTTP authenticated using the supplied
credentials.