thrift-0.6.0: Haskell bindings for the Apache Thrift RPC system

Thrift.Transport.HttpClient

Synopsis

Documentation

data HttpClient Source

HttpClient, or THttpClient implements the Thrift Transport | Layer over http or https.

Constructors

HttpClient 

Fields

hstream :: HandleStream ByteString
 
uri :: URI
 
writeBuffer :: WriteBuffer
 
readBuffer :: ReadBuffer
 

openHttpClient :: URI -> IO HttpClientSource

Use openHttpClient to create an HttpClient connected to uri