Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRestReplyPrivate Class Reference

#include <qrestreply_p.h>

+ Collaboration diagram for QRestReplyPrivate:

Public Member Functions

 QRestReplyPrivate ()
 
 ~QRestReplyPrivate ()
 

Static Public Member Functions

static QByteArray contentCharset (const QNetworkReply *reply)
 

Public Attributes

std::optional< QStringDecoderdecoder
 

Detailed Description

Definition at line 27 of file qrestreply_p.h.

Constructor & Destructor Documentation

◆ QRestReplyPrivate()

QRestReplyPrivate::QRestReplyPrivate ( )
default

◆ ~QRestReplyPrivate()

QRestReplyPrivate::~QRestReplyPrivate ( )
default

Member Function Documentation

◆ contentCharset()

QByteArray QRestReplyPrivate::contentCharset ( const QNetworkReply * reply)
static

Definition at line 587 of file qrestreply.cpp.

References QNetworkRequest::ContentTypeHeader, QNetworkReply::header(), parse_content_type(), reply, QVariant::toByteArray(), and QByteArrayView::toByteArray().

Referenced by QRestReply::readText().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ decoder

std::optional<QStringDecoder> QRestReplyPrivate::decoder

Definition at line 33 of file qrestreply_p.h.

Referenced by QRestReply::readText().


The documentation for this class was generated from the following files: