Thrift-0.4.0: Thrift library package

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