http-dispatch-0.4.0.0: High level HTTP client for Haskell

Safe HaskellNone
LanguageHaskell2010

Network.HTTP.Dispatch.Core

Documentation

runRequest :: Runnable a => a -> IO HTTPResponse Source #

post :: Url -> Body -> HTTPRequest Source #

postWithHeaders :: Url -> Headers -> Body -> HTTPRequest Source #

put :: Url -> Body -> HTTPRequest Source #

putWithHeaders :: Url -> Headers -> Body -> HTTPRequest Source #

patch :: Url -> Body -> HTTPRequest Source #

patchWithHeaders :: Url -> Headers -> Body -> HTTPRequest Source #

deleteWithHeaders :: Url -> Headers -> HTTPRequest Source #