qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Network.QHttp

Description

Documentation

class QcurrentRequest x0 x1 where Source

Methods

currentRequest :: x0 -> x1 -> IO (QHttpRequestHeader ()) Source

Instances

class QcurrentRequest_nf x0 x1 where Source

Methods

currentRequest_nf :: x0 -> x1 -> IO (QHttpRequestHeader ()) Source

class QlastResponse x0 x1 where Source

Methods

lastResponse :: x0 -> x1 -> IO (QHttpResponseHeader ()) Source

Instances

class QlastResponse_nf x0 x1 where Source

Methods

lastResponse_nf :: x0 -> x1 -> IO (QHttpResponseHeader ()) Source

Instances

class Qpost x1 where Source

Methods

post :: QHttp a -> x1 -> IO Int Source