#include <HttpResponse.h>
◆ HttpResponse()
| HttpResponse::HttpResponse |
( |
| ) |
|
|
default |
◆ GetBody()
| const std::vector< uint8_t > & HttpResponse::GetBody |
( |
| ) |
const |
|
inline |
◆ GetBodyAsString()
| std::string HttpResponse::GetBodyAsString |
( |
| ) |
const |
◆ GetError()
◆ GetErrorMessage()
| const std::string & HttpResponse::GetErrorMessage |
( |
| ) |
const |
|
inline |
◆ GetFinalUrl()
| const std::string & HttpResponse::GetFinalUrl |
( |
| ) |
const |
|
inline |
◆ GetHeader()
| const std::string & HttpResponse::GetHeader |
( |
const std::string & |
name | ) |
const |
◆ GetHeaders()
◆ GetSoundWave()
| SoundWave * HttpResponse::GetSoundWave |
( |
| ) |
const |
◆ GetStatus()
| int HttpResponse::GetStatus |
( |
| ) |
const |
|
inline |
◆ GetStream()
| Stream HttpResponse::GetStream |
( |
| ) |
const |
◆ GetTexture()
| Texture * HttpResponse::GetTexture |
( |
| ) |
const |
◆ HasHeader()
| bool HttpResponse::HasHeader |
( |
const std::string & |
name | ) |
const |
◆ IsSuccess()
| bool HttpResponse::IsSuccess |
( |
| ) |
const |
|
inline |
◆ MutableBody()
| std::vector< uint8_t > & HttpResponse::MutableBody |
( |
| ) |
|
|
inline |
◆ MutableHeaders()
◆ SetError()
| void HttpResponse::SetError |
( |
HttpError |
err, |
|
|
std::string |
msg = {} |
|
) |
| |
|
inline |
◆ SetFinalUrl()
| void HttpResponse::SetFinalUrl |
( |
std::string |
url | ) |
|
|
inline |
◆ SetStatus()
| void HttpResponse::SetStatus |
( |
int |
code | ) |
|
|
inline |
The documentation for this class was generated from the following files: