#include <llcaphttpsender.h>
Inheritance diagram for LLCapHTTPSender:
Public Member Functions | |
LLCapHTTPSender (const std::string &cap) | |
virtual void | send (const LLHost &host, const char *message, const LLSD &body, LLHTTPClient::ResponderPtr response) const |
Send message via UntrustedMessage capability with body, call response when done. | |
Private Attributes | |
std::string | mCap |
Definition at line 38 of file llcaphttpsender.h.
LLCapHTTPSender::LLCapHTTPSender | ( | const std::string & | cap | ) |
Definition at line 37 of file llcaphttpsender.cpp.
void LLCapHTTPSender::send | ( | const LLHost & | host, | |
const char * | message, | |||
const LLSD & | body, | |||
LLHTTPClient::ResponderPtr | response | |||
) | const [virtual] |
Send message via UntrustedMessage capability with body, call response when done.
Reimplemented from LLHTTPSender.
Definition at line 43 of file llcaphttpsender.cpp.
References llendl, llinfos, mCap, and LLHTTPClient::post().
std::string LLCapHTTPSender::mCap [private] |