NAME

Qt::Network::QNetworkReply

PUBLIC METHODS

~QNetworkReply()
void abort()
QVariant attribute(QNetworkRequest::Attribute code)
void close()
QNetworkReply::NetworkError error()
bool hasRawHeader(const QByteArray & headerName)
QVariant header(QNetworkRequest::KnownHeaders header)
void ignoreSslErrors()
void ignoreSslErrors(const QList<QSslError> & errors)
bool isFinished()
bool isRunning()
bool isSequential()
QNetworkAccessManager * manager()
QNetworkAccessManager::Operation operation()
QByteArray rawHeader(const QByteArray & headerName)
QList<QByteArray> rawHeaderList()
const QList<QPair<QByteArray,QByteArray> > & rawHeaderPairs()
qint64 readBufferSize()
QNetworkRequest request()
void setReadBufferSize(qint64 size)
void setSslConfiguration(const QSslConfiguration & configuration)
QSslConfiguration sslConfiguration()
QUrl url()

ENUM VALUES

NoError
ConnectionRefusedError
RemoteHostClosedError
HostNotFoundError
TimeoutError
OperationCanceledError
SslHandshakeFailedError
TemporaryNetworkFailureError
UnknownNetworkError
ProxyConnectionRefusedError
ProxyConnectionClosedError
ProxyNotFoundError
ProxyTimeoutError
ProxyAuthenticationRequiredError
UnknownProxyError
ContentAccessDenied
ContentOperationNotPermittedError
ContentNotFoundError
AuthenticationRequiredError
ContentReSendError
UnknownContentError
ProtocolUnknownError
ProtocolInvalidOperationError
ProtocolFailure

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html