API reference - Class QNetworkReply

Notation used in Ruby API documentation

Module: QtNetwork

Description: Binding of QNetworkReply

Class hierarchy: QNetworkReply » QIODevice » QObject

Sub-classes: NetworkError, QFlags_NetworkError

Public methods

void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
voidabortMethod void QNetworkReply::abort()
[signal]voidaboutToCloseSignal declaration for QNetworkReply::aboutToClose()
[const]variantattribute(const QNetworkRequest_Attribute code)Method QVariant QNetworkReply::attribute(QNetworkRequest::Attribute code)
[signal]voidbytesWritten(long long bytes)Signal declaration for QNetworkReply::bytesWritten(qint64 bytes)
voidcloseMethod void QNetworkReply::close()
[signal]voiddestroyed(QObject ptr arg1)Signal declaration for QNetworkReply::destroyed(QObject *)
[signal]voiddownloadProgress(long long bytesReceived,
long long bytesTotal)
Signal declaration for QNetworkReply::downloadProgress(qint64 bytesReceived, qint64 bytesTotal)
[signal]voidencryptedSignal declaration for QNetworkReply::encrypted()
[const]QNetworkReply_NetworkErrorerrorMethod QNetworkReply::NetworkError QNetworkReply::error()
[signal]voiderror_sig(const QNetworkReply_NetworkError arg1)Signal declaration for QNetworkReply::error(QNetworkReply::NetworkError)
[signal]voidfinishedSignal declaration for QNetworkReply::finished()
[const]boolhasRawHeader(bytes headerName)Method bool QNetworkReply::hasRawHeader(const QByteArray &headerName)
[const]variantheader(const QNetworkRequest_KnownHeaders header)Method QVariant QNetworkReply::header(QNetworkRequest::KnownHeaders header)
voidignoreSslErrors(QSslError[] errors)Method void QNetworkReply::ignoreSslErrors(const QList<QSslError> &errors)
voidignoreSslErrorsMethod void QNetworkReply::ignoreSslErrors()
[const]boolisFinished?Method bool QNetworkReply::isFinished()
[const]boolisRunning?Method bool QNetworkReply::isRunning()
[const]boolisSequential?Method bool QNetworkReply::isSequential()
[const]QNetworkAccessManager ptrmanagerMethod QNetworkAccessManager *QNetworkReply::manager()
[signal]voidmetaDataChangedSignal declaration for QNetworkReply::metaDataChanged()
[signal]voidobjectNameChanged(string objectName)Signal declaration for QNetworkReply::objectNameChanged(const QString &objectName)
[const]QNetworkAccessManager_OperationoperationMethod QNetworkAccessManager::Operation QNetworkReply::operation()
[signal]voidpreSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator ptr authenticator)Signal declaration for QNetworkReply::preSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator *authenticator)
[const]bytesrawHeader(bytes headerName)Method QByteArray QNetworkReply::rawHeader(const QByteArray &headerName)
[const]bytes[]rawHeaderListMethod QList<QByteArray> QNetworkReply::rawHeaderList()
[const]QPair_QByteArray_QByteArray[]rawHeaderPairsMethod const QList<QNetworkReply::RawHeaderPair> &QNetworkReply::rawHeaderPairs()
[const]long longreadBufferSizeMethod qint64 QNetworkReply::readBufferSize()
voidreadBufferSize=(long long size)Method void QNetworkReply::setReadBufferSize(qint64 size)
[signal]voidreadChannelFinishedSignal declaration for QNetworkReply::readChannelFinished()
[signal]voidreadyReadSignal declaration for QNetworkReply::readyRead()
[const]QNetworkRequestrequestMethod QNetworkRequest QNetworkReply::request()
voidsetReadBufferSize(long long size)Method void QNetworkReply::setReadBufferSize(qint64 size)
voidsetSslConfiguration(const QSslConfiguration configuration)Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration)
[const]QSslConfigurationsslConfigurationMethod QSslConfiguration QNetworkReply::sslConfiguration()
voidsslConfiguration=(const QSslConfiguration configuration)Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration)
[signal]voidsslErrors(QSslError[] errors)Signal declaration for QNetworkReply::sslErrors(const QList<QSslError> &errors)
[signal]voiduploadProgress(long long bytesSent,
long long bytesTotal)
Signal declaration for QNetworkReply::uploadProgress(qint64 bytesSent, qint64 bytesTotal)
[const]QUrlurlMethod QUrl QNetworkReply::url()

Public static methods and constants

[static,const]QNetworkReply_NetworkErrorAuthenticationRequiredErrorEnum constant QNetworkReply::AuthenticationRequiredError
[static,const]QNetworkReply_NetworkErrorBackgroundRequestNotAllowedErrorEnum constant QNetworkReply::BackgroundRequestNotAllowedError
[static,const]QNetworkReply_NetworkErrorConnectionRefusedErrorEnum constant QNetworkReply::ConnectionRefusedError
[static,const]QNetworkReply_NetworkErrorContentAccessDeniedEnum constant QNetworkReply::ContentAccessDenied
[static,const]QNetworkReply_NetworkErrorContentConflictErrorEnum constant QNetworkReply::ContentConflictError
[static,const]QNetworkReply_NetworkErrorContentGoneErrorEnum constant QNetworkReply::ContentGoneError
[static,const]QNetworkReply_NetworkErrorContentNotFoundErrorEnum constant QNetworkReply::ContentNotFoundError
[static,const]QNetworkReply_NetworkErrorContentOperationNotPermittedErrorEnum constant QNetworkReply::ContentOperationNotPermittedError
[static,const]QNetworkReply_NetworkErrorContentReSendErrorEnum constant QNetworkReply::ContentReSendError
[static,const]QNetworkReply_NetworkErrorHostNotFoundErrorEnum constant QNetworkReply::HostNotFoundError
[static,const]QNetworkReply_NetworkErrorInternalServerErrorEnum constant QNetworkReply::InternalServerError
[static,const]QNetworkReply_NetworkErrorNetworkSessionFailedErrorEnum constant QNetworkReply::NetworkSessionFailedError
[static,const]QNetworkReply_NetworkErrorNoErrorEnum constant QNetworkReply::NoError
[static,const]QNetworkReply_NetworkErrorOperationCanceledErrorEnum constant QNetworkReply::OperationCanceledError
[static,const]QNetworkReply_NetworkErrorOperationNotImplementedErrorEnum constant QNetworkReply::OperationNotImplementedError
[static,const]QNetworkReply_NetworkErrorProtocolFailureEnum constant QNetworkReply::ProtocolFailure
[static,const]QNetworkReply_NetworkErrorProtocolInvalidOperationErrorEnum constant QNetworkReply::ProtocolInvalidOperationError
[static,const]QNetworkReply_NetworkErrorProtocolUnknownErrorEnum constant QNetworkReply::ProtocolUnknownError
[static,const]QNetworkReply_NetworkErrorProxyAuthenticationRequiredErrorEnum constant QNetworkReply::ProxyAuthenticationRequiredError
[static,const]QNetworkReply_NetworkErrorProxyConnectionClosedErrorEnum constant QNetworkReply::ProxyConnectionClosedError
[static,const]QNetworkReply_NetworkErrorProxyConnectionRefusedErrorEnum constant QNetworkReply::ProxyConnectionRefusedError
[static,const]QNetworkReply_NetworkErrorProxyNotFoundErrorEnum constant QNetworkReply::ProxyNotFoundError
[static,const]QNetworkReply_NetworkErrorProxyTimeoutErrorEnum constant QNetworkReply::ProxyTimeoutError
[static,const]QNetworkReply_NetworkErrorRemoteHostClosedErrorEnum constant QNetworkReply::RemoteHostClosedError
[static,const]QNetworkReply_NetworkErrorServiceUnavailableErrorEnum constant QNetworkReply::ServiceUnavailableError
[static,const]QNetworkReply_NetworkErrorSslHandshakeFailedErrorEnum constant QNetworkReply::SslHandshakeFailedError
[static,const]QNetworkReply_NetworkErrorTemporaryNetworkFailureErrorEnum constant QNetworkReply::TemporaryNetworkFailureError
[static,const]QNetworkReply_NetworkErrorTimeoutErrorEnum constant QNetworkReply::TimeoutError
[static,const]QNetworkReply_NetworkErrorUnknownContentErrorEnum constant QNetworkReply::UnknownContentError
[static,const]QNetworkReply_NetworkErrorUnknownNetworkErrorEnum constant QNetworkReply::UnknownNetworkError
[static,const]QNetworkReply_NetworkErrorUnknownProxyErrorEnum constant QNetworkReply::UnknownProxyError
[static,const]QNetworkReply_NetworkErrorUnknownServerErrorEnum constant QNetworkReply::UnknownServerError
QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
stringtr(string s,
string c = nullptr,
int n = -1)
Static method QString QNetworkReply::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = nullptr,
int n = -1)
Static method QString QNetworkReply::trUtf8(const char *s, const char *c, int n)

Detailed description

AuthenticationRequiredError

Signature: [static,const] QNetworkReply_NetworkError AuthenticationRequiredError

Description: Enum constant QNetworkReply::AuthenticationRequiredError

Python specific notes:
The object exposes a readable attribute 'AuthenticationRequiredError'. This is the getter.

BackgroundRequestNotAllowedError

Signature: [static,const] QNetworkReply_NetworkError BackgroundRequestNotAllowedError

Description: Enum constant QNetworkReply::BackgroundRequestNotAllowedError

Python specific notes:
The object exposes a readable attribute 'BackgroundRequestNotAllowedError'. This is the getter.

ConnectionRefusedError

Signature: [static,const] QNetworkReply_NetworkError ConnectionRefusedError

Description: Enum constant QNetworkReply::ConnectionRefusedError

Python specific notes:
The object exposes a readable attribute 'ConnectionRefusedError'. This is the getter.

ContentAccessDenied

Signature: [static,const] QNetworkReply_NetworkError ContentAccessDenied

Description: Enum constant QNetworkReply::ContentAccessDenied

Python specific notes:
The object exposes a readable attribute 'ContentAccessDenied'. This is the getter.

ContentConflictError

Signature: [static,const] QNetworkReply_NetworkError ContentConflictError

Description: Enum constant QNetworkReply::ContentConflictError

Python specific notes:
The object exposes a readable attribute 'ContentConflictError'. This is the getter.

ContentGoneError

Signature: [static,const] QNetworkReply_NetworkError ContentGoneError

Description: Enum constant QNetworkReply::ContentGoneError

Python specific notes:
The object exposes a readable attribute 'ContentGoneError'. This is the getter.

ContentNotFoundError

Signature: [static,const] QNetworkReply_NetworkError ContentNotFoundError

Description: Enum constant QNetworkReply::ContentNotFoundError

Python specific notes:
The object exposes a readable attribute 'ContentNotFoundError'. This is the getter.

ContentOperationNotPermittedError

Signature: [static,const] QNetworkReply_NetworkError ContentOperationNotPermittedError

Description: Enum constant QNetworkReply::ContentOperationNotPermittedError

Python specific notes:
The object exposes a readable attribute 'ContentOperationNotPermittedError'. This is the getter.

ContentReSendError

Signature: [static,const] QNetworkReply_NetworkError ContentReSendError

Description: Enum constant QNetworkReply::ContentReSendError

Python specific notes:
The object exposes a readable attribute 'ContentReSendError'. This is the getter.

HostNotFoundError

Signature: [static,const] QNetworkReply_NetworkError HostNotFoundError

Description: Enum constant QNetworkReply::HostNotFoundError

Python specific notes:
The object exposes a readable attribute 'HostNotFoundError'. This is the getter.

InternalServerError

Signature: [static,const] QNetworkReply_NetworkError InternalServerError

Description: Enum constant QNetworkReply::InternalServerError

Python specific notes:
The object exposes a readable attribute 'InternalServerError'. This is the getter.

NetworkSessionFailedError

Signature: [static,const] QNetworkReply_NetworkError NetworkSessionFailedError

Description: Enum constant QNetworkReply::NetworkSessionFailedError

Python specific notes:
The object exposes a readable attribute 'NetworkSessionFailedError'. This is the getter.

NoError

Signature: [static,const] QNetworkReply_NetworkError NoError

Description: Enum constant QNetworkReply::NoError

Python specific notes:
The object exposes a readable attribute 'NoError'. This is the getter.

OperationCanceledError

Signature: [static,const] QNetworkReply_NetworkError OperationCanceledError

Description: Enum constant QNetworkReply::OperationCanceledError

Python specific notes:
The object exposes a readable attribute 'OperationCanceledError'. This is the getter.

OperationNotImplementedError

Signature: [static,const] QNetworkReply_NetworkError OperationNotImplementedError

Description: Enum constant QNetworkReply::OperationNotImplementedError

Python specific notes:
The object exposes a readable attribute 'OperationNotImplementedError'. This is the getter.

ProtocolFailure

Signature: [static,const] QNetworkReply_NetworkError ProtocolFailure

Description: Enum constant QNetworkReply::ProtocolFailure

Python specific notes:
The object exposes a readable attribute 'ProtocolFailure'. This is the getter.

ProtocolInvalidOperationError

Signature: [static,const] QNetworkReply_NetworkError ProtocolInvalidOperationError

Description: Enum constant QNetworkReply::ProtocolInvalidOperationError

Python specific notes:
The object exposes a readable attribute 'ProtocolInvalidOperationError'. This is the getter.

ProtocolUnknownError

Signature: [static,const] QNetworkReply_NetworkError ProtocolUnknownError

Description: Enum constant QNetworkReply::ProtocolUnknownError

Python specific notes:
The object exposes a readable attribute 'ProtocolUnknownError'. This is the getter.

ProxyAuthenticationRequiredError

Signature: [static,const] QNetworkReply_NetworkError ProxyAuthenticationRequiredError

Description: Enum constant QNetworkReply::ProxyAuthenticationRequiredError

Python specific notes:
The object exposes a readable attribute 'ProxyAuthenticationRequiredError'. This is the getter.

ProxyConnectionClosedError

Signature: [static,const] QNetworkReply_NetworkError ProxyConnectionClosedError

Description: Enum constant QNetworkReply::ProxyConnectionClosedError

Python specific notes:
The object exposes a readable attribute 'ProxyConnectionClosedError'. This is the getter.

ProxyConnectionRefusedError

Signature: [static,const] QNetworkReply_NetworkError ProxyConnectionRefusedError

Description: Enum constant QNetworkReply::ProxyConnectionRefusedError

Python specific notes:
The object exposes a readable attribute 'ProxyConnectionRefusedError'. This is the getter.

ProxyNotFoundError

Signature: [static,const] QNetworkReply_NetworkError ProxyNotFoundError

Description: Enum constant QNetworkReply::ProxyNotFoundError

Python specific notes:
The object exposes a readable attribute 'ProxyNotFoundError'. This is the getter.

ProxyTimeoutError

Signature: [static,const] QNetworkReply_NetworkError ProxyTimeoutError

Description: Enum constant QNetworkReply::ProxyTimeoutError

Python specific notes:
The object exposes a readable attribute 'ProxyTimeoutError'. This is the getter.

RemoteHostClosedError

Signature: [static,const] QNetworkReply_NetworkError RemoteHostClosedError

Description: Enum constant QNetworkReply::RemoteHostClosedError

Python specific notes:
The object exposes a readable attribute 'RemoteHostClosedError'. This is the getter.

ServiceUnavailableError

Signature: [static,const] QNetworkReply_NetworkError ServiceUnavailableError

Description: Enum constant QNetworkReply::ServiceUnavailableError

Python specific notes:
The object exposes a readable attribute 'ServiceUnavailableError'. This is the getter.

SslHandshakeFailedError

Signature: [static,const] QNetworkReply_NetworkError SslHandshakeFailedError

Description: Enum constant QNetworkReply::SslHandshakeFailedError

Python specific notes:
The object exposes a readable attribute 'SslHandshakeFailedError'. This is the getter.

TemporaryNetworkFailureError

Signature: [static,const] QNetworkReply_NetworkError TemporaryNetworkFailureError

Description: Enum constant QNetworkReply::TemporaryNetworkFailureError

Python specific notes:
The object exposes a readable attribute 'TemporaryNetworkFailureError'. This is the getter.

TimeoutError

Signature: [static,const] QNetworkReply_NetworkError TimeoutError

Description: Enum constant QNetworkReply::TimeoutError

Python specific notes:
The object exposes a readable attribute 'TimeoutError'. This is the getter.

UnknownContentError

Signature: [static,const] QNetworkReply_NetworkError UnknownContentError

Description: Enum constant QNetworkReply::UnknownContentError

Python specific notes:
The object exposes a readable attribute 'UnknownContentError'. This is the getter.

UnknownNetworkError

Signature: [static,const] QNetworkReply_NetworkError UnknownNetworkError

Description: Enum constant QNetworkReply::UnknownNetworkError

Python specific notes:
The object exposes a readable attribute 'UnknownNetworkError'. This is the getter.

UnknownProxyError

Signature: [static,const] QNetworkReply_NetworkError UnknownProxyError

Description: Enum constant QNetworkReply::UnknownProxyError

Python specific notes:
The object exposes a readable attribute 'UnknownProxyError'. This is the getter.

UnknownServerError

Signature: [static,const] QNetworkReply_NetworkError UnknownServerError

Description: Enum constant QNetworkReply::UnknownServerError

Python specific notes:
The object exposes a readable attribute 'UnknownServerError'. This is the getter.

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

abort

Signature: void abort

Description: Method void QNetworkReply::abort()

aboutToClose

Signature: [signal] void aboutToClose

Description: Signal declaration for QNetworkReply::aboutToClose()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'aboutToClose'. This is the getter.
The object exposes a writable attribute 'aboutToClose'. This is the setter.

attribute

Signature: [const] variant attribute (const QNetworkRequest_Attribute code)

Description: Method QVariant QNetworkReply::attribute(QNetworkRequest::Attribute code)

bytesWritten

Signature: [signal] void bytesWritten (long long bytes)

Description: Signal declaration for QNetworkReply::bytesWritten(qint64 bytes)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'bytesWritten'. This is the getter.
The object exposes a writable attribute 'bytesWritten'. This is the setter.

close

Signature: void close

Description: Method void QNetworkReply::close()

This is a reimplementation of QIODevice::close

destroyed

Signature: [signal] void destroyed (QObject ptr arg1)

Description: Signal declaration for QNetworkReply::destroyed(QObject *)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.

downloadProgress

Signature: [signal] void downloadProgress (long long bytesReceived, long long bytesTotal)

Description: Signal declaration for QNetworkReply::downloadProgress(qint64 bytesReceived, qint64 bytesTotal)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'downloadProgress'. This is the getter.
The object exposes a writable attribute 'downloadProgress'. This is the setter.

encrypted

Signature: [signal] void encrypted

Description: Signal declaration for QNetworkReply::encrypted()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'encrypted'. This is the getter.
The object exposes a writable attribute 'encrypted'. This is the setter.

error

Signature: [const] QNetworkReply_NetworkError error

Description: Method QNetworkReply::NetworkError QNetworkReply::error()

error_sig

Signature: [signal] void error_sig (const QNetworkReply_NetworkError arg1)

Description: Signal declaration for QNetworkReply::error(QNetworkReply::NetworkError)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'error_sig'. This is the getter.
The object exposes a writable attribute 'error_sig'. This is the setter.

finished

Signature: [signal] void finished

Description: Signal declaration for QNetworkReply::finished()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'finished'. This is the getter.
The object exposes a writable attribute 'finished'. This is the setter.

hasRawHeader

Signature: [const] bool hasRawHeader (bytes headerName)

Description: Method bool QNetworkReply::hasRawHeader(const QByteArray &headerName)

header

Signature: [const] variant header (const QNetworkRequest_KnownHeaders header)

Description: Method QVariant QNetworkReply::header(QNetworkRequest::KnownHeaders header)

ignoreSslErrors

(1) Signature: void ignoreSslErrors (QSslError[] errors)

Description: Method void QNetworkReply::ignoreSslErrors(const QList<QSslError> &errors)

(2) Signature: void ignoreSslErrors

Description: Method void QNetworkReply::ignoreSslErrors()

isFinished?

Signature: [const] bool isFinished?

Description: Method bool QNetworkReply::isFinished()

isRunning?

Signature: [const] bool isRunning?

Description: Method bool QNetworkReply::isRunning()

isSequential?

Signature: [const] bool isSequential?

Description: Method bool QNetworkReply::isSequential()

This is a reimplementation of QIODevice::isSequential

manager

Signature: [const] QNetworkAccessManager ptr manager

Description: Method QNetworkAccessManager *QNetworkReply::manager()

metaDataChanged

Signature: [signal] void metaDataChanged

Description: Signal declaration for QNetworkReply::metaDataChanged()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'metaDataChanged'. This is the getter.
The object exposes a writable attribute 'metaDataChanged'. This is the setter.

objectNameChanged

Signature: [signal] void objectNameChanged (string objectName)

Description: Signal declaration for QNetworkReply::objectNameChanged(const QString &objectName)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'objectNameChanged'. This is the getter.
The object exposes a writable attribute 'objectNameChanged'. This is the setter.

operation

Signature: [const] QNetworkAccessManager_Operation operation

Description: Method QNetworkAccessManager::Operation QNetworkReply::operation()

preSharedKeyAuthenticationRequired

Signature: [signal] void preSharedKeyAuthenticationRequired (QSslPreSharedKeyAuthenticator ptr authenticator)

Description: Signal declaration for QNetworkReply::preSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator *authenticator)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'preSharedKeyAuthenticationRequired'. This is the getter.
The object exposes a writable attribute 'preSharedKeyAuthenticationRequired'. This is the setter.

rawHeader

Signature: [const] bytes rawHeader (bytes headerName)

Description: Method QByteArray QNetworkReply::rawHeader(const QByteArray &headerName)

rawHeaderList

Signature: [const] bytes[] rawHeaderList

Description: Method QList<QByteArray> QNetworkReply::rawHeaderList()

rawHeaderPairs

Signature: [const] QPair_QByteArray_QByteArray[] rawHeaderPairs

Description: Method const QList<QNetworkReply::RawHeaderPair> &QNetworkReply::rawHeaderPairs()

readBufferSize

Signature: [const] long long readBufferSize

Description: Method qint64 QNetworkReply::readBufferSize()

Python specific notes:
The object exposes a readable attribute 'readBufferSize'. This is the getter.

readBufferSize=

Signature: void readBufferSize= (long long size)

Description: Method void QNetworkReply::setReadBufferSize(qint64 size)

Python specific notes:
The object exposes a writable attribute 'readBufferSize'. This is the setter.

readChannelFinished

Signature: [signal] void readChannelFinished

Description: Signal declaration for QNetworkReply::readChannelFinished()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'readChannelFinished'. This is the getter.
The object exposes a writable attribute 'readChannelFinished'. This is the setter.

readyRead

Signature: [signal] void readyRead

Description: Signal declaration for QNetworkReply::readyRead()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'readyRead'. This is the getter.
The object exposes a writable attribute 'readyRead'. This is the setter.

request

Signature: [const] QNetworkRequest request

Description: Method QNetworkRequest QNetworkReply::request()

setReadBufferSize

Signature: void setReadBufferSize (long long size)

Description: Method void QNetworkReply::setReadBufferSize(qint64 size)

Python specific notes:
The object exposes a writable attribute 'readBufferSize'. This is the setter.

setSslConfiguration

Signature: void setSslConfiguration (const QSslConfiguration configuration)

Description: Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration)

Python specific notes:
The object exposes a writable attribute 'sslConfiguration'. This is the setter.

sslConfiguration

Signature: [const] QSslConfiguration sslConfiguration

Description: Method QSslConfiguration QNetworkReply::sslConfiguration()

Python specific notes:
The object exposes a readable attribute 'sslConfiguration'. This is the getter.

sslConfiguration=

Signature: void sslConfiguration= (const QSslConfiguration configuration)

Description: Method void QNetworkReply::setSslConfiguration(const QSslConfiguration &configuration)

Python specific notes:
The object exposes a writable attribute 'sslConfiguration'. This is the setter.

sslErrors

Signature: [signal] void sslErrors (QSslError[] errors)

Description: Signal declaration for QNetworkReply::sslErrors(const QList<QSslError> &errors)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'sslErrors'. This is the getter.
The object exposes a writable attribute 'sslErrors'. This is the setter.

staticMetaObject

Signature: [static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

tr

Signature: [static] string tr (string s, string c = nullptr, int n = -1)

Description: Static method QString QNetworkReply::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

trUtf8

Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1)

Description: Static method QString QNetworkReply::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

uploadProgress

Signature: [signal] void uploadProgress (long long bytesSent, long long bytesTotal)

Description: Signal declaration for QNetworkReply::uploadProgress(qint64 bytesSent, qint64 bytesTotal)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'uploadProgress'. This is the getter.
The object exposes a writable attribute 'uploadProgress'. This is the setter.

url

Signature: [const] QUrl url

Description: Method QUrl QNetworkReply::url()