Xe
Network.Http.Client

Source Contents Index http-streams-0.8.3.3: An HTTP client using io-streams Maintainer Andrew Cowie Stability Experimental Safe Haskell None Language Haskell2010 Network.Http.Client Contents Connecting to server Building Requests Sending HTTP request Processing HTTP response Resource cleanup Convenience APIs Secure connections Testing support Deprecated Description Overview A simple HTTP client library, using the Snap Framework's io-streams library to handle the streaming I/O. The http-streams API is designed for ease of use when querying web services and dealing with the result. Given: {-# LANGUAGE OverloadedStrings #-} import System.IO.Streams (InputStream, OutputStream, stdout) import qualified System.IO.Streams as Streams import qualified Data.ByteString as S and this library: import Network.Http.Client the underlying API is straight-forward. In particular, constructing the Reques...

Linked on 2015-09-01 01:57:24 | Similar Links