#include <libmythbase/http/mythhttpdata.h>
Definition at line 10 of file mythhttpdata.h.
◆ MythHTTPData() [1/4]
MythHTTPData::MythHTTPData |
( |
| ) |
|
|
protected |
◆ MythHTTPData() [2/4]
MythHTTPData::MythHTTPData |
( |
const QString & |
FileName, |
|
|
const char * |
Buffer |
|
) |
| |
|
protected |
◆ MythHTTPData() [3/4]
MythHTTPData::MythHTTPData |
( |
int |
Size, |
|
|
char |
Char |
|
) |
| |
|
protected |
◆ MythHTTPData() [4/4]
MythHTTPData::MythHTTPData |
( |
const QByteArray & |
Other | ) |
|
|
explicitprotected |
◆ Create() [1/4]
Definition at line 4 of file mythhttpdata.cpp.
Referenced by MythHTTPResponse::AddDefaultHeaders(), MythHTTPResponse::AddHeader(), MythHTTPRanges::BuildMultipartHeaders(), MythHTTPEncoding::Compress(), MythHTTPResponse::ErrorResponse(), MythHTTPResponse::Finalise(), MythWSDL::GetWSDL(), MythXSD::GetXSD(), MythHTTPParser::Read(), MythHTTPRoot::RedirectRoot(), MythSerialiser::Serialise(), and MythHTTPSocket::Write().
◆ Create() [2/4]
HTTPData MythHTTPData::Create |
( |
const QString & |
Name, |
|
|
const char * |
Buffer |
|
) |
| |
|
static |
◆ Create() [3/4]
HTTPData MythHTTPData::Create |
( |
int |
Size, |
|
|
char |
Char |
|
) |
| |
|
static |
◆ Create() [4/4]
HTTPData MythHTTPData::Create |
( |
const QByteArray & |
Other | ) |
|
|
static |
The documentation for this class was generated from the following files: