qx::QxHttpResponse : HTTP response (headers + body)
More...
#include <QxHttpResponse.h>
|
std::unique_ptr< QxHttpResponseImpl > | m_pImpl |
| Private implementation idiom.
|
|
qx::QxHttpResponse : HTTP response (headers + body)
Definition at line 61 of file QxHttpResponse.h.
◆ QxHttpResponse()
◆ ~QxHttpResponse()
virtual qx::QxHttpResponse::~QxHttpResponse |
( |
| ) |
|
|
virtual |
◆ cookie()
QxHttpCookie qx::QxHttpResponse::cookie |
( |
const QByteArray & | name | ) |
|
◆ cookies()
QHash< QByteArray, QxHttpCookie > & qx::QxHttpResponse::cookies |
( |
| ) |
|
◆ data()
QByteArray & qx::QxHttpResponse::data |
( |
| ) |
|
◆ header()
QByteArray qx::QxHttpResponse::header |
( |
const QByteArray & | key | ) |
|
◆ headers()
QHash< QByteArray, QByteArray > & qx::QxHttpResponse::headers |
( |
| ) |
|
◆ isChunked()
bool qx::QxHttpResponse::isChunked |
( |
| ) |
const |
◆ status()
int & qx::QxHttpResponse::status |
( |
| ) |
|
◆ statusDesc()
QByteArray qx::QxHttpResponse::statusDesc |
( |
| ) |
|
◆ writeChunked()
qx_bool qx::QxHttpResponse::writeChunked |
( |
const QByteArray & | data | ) |
|
◆ m_pImpl
std::unique_ptr<QxHttpResponseImpl> qx::QxHttpResponse::m_pImpl |
|
private |
The documentation for this class was generated from the following file: