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