

Public Member Functions | |
| void | result (const LLSD &result) |
| void | status (S32 code, const std::string &message) |
Static Public Member Functions | |
| static LLPointer< Response > | create () |
Public Attributes | |
| LLSD | mResult |
Private Member Functions | |
| Response () | |
Definition at line 79 of file llhttpnode_tut.cpp.
| tut::HTTPNodeTestData::Response::Response | ( | ) | [inline, private] |
Definition at line 90 of file llhttpnode_tut.cpp.
Referenced by create().

Definition at line 82 of file llhttpnode_tut.cpp.
References Response().
Referenced by tut::HTTPNodeTestData::get(), and tut::HTTPNodeTestData::post().


| void tut::HTTPNodeTestData::Response::result | ( | const LLSD & | result | ) | [inline, virtual] |
Implements LLHTTPNode::Response.
Definition at line 86 of file llhttpnode_tut.cpp.
References mResult.
| void tut::HTTPNodeTestData::Response::status | ( | S32 | code, | |
| const std::string & | message | |||
| ) | [inline, virtual] |
1.5.5