9 #ifndef _TurtleBrains_HTTPResponse_h_
10 #define _TurtleBrains_HTTPResponse_h_
12 #include "../../core/tb_configuration.h"
13 #if defined(tb_with_networking)
15 #include "../../core/tb_types.h"
30 Response(
const Response& other);
34 bool IsValid(
void)
const;
35 operator bool()
const {
return IsValid(); }
40 Response& operator=(
const Response& other);
Here is some information about the primary namespace.
Definition: tb_application_dialog.h:21
int32_t int32
Signed integer with a size of 32 bits. Supports values from -2147483648 to 2147483647.
Definition: tb_types.h:27
#define tb_string(object)
Definition: tb_string.h:28
std::string tbString
Definition: tb_string.h:335
Definition: tb_http_request.h:27