![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| Headers * | get_headers () |
| void | set_headers (Headers *) |
| double | get_status () |
| void | set_status (double) |
| String * | get_statusText () |
| void | set_statusText (const String &) |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
| Headers* client::ResponseInit::get_headers | ( | ) |
| double client::ResponseInit::get_status | ( | ) |
| String* client::ResponseInit::get_statusText | ( | ) |
| void client::ResponseInit::set_headers | ( | Headers * | ) |
| void client::ResponseInit::set_status | ( | double | ) |
| void client::ResponseInit::set_statusText | ( | const String & | ) |
1.8.13