00001 00033 #ifndef LL_CAP_HTTP_SENDER_H 00034 #define LL_CAP_HTTP_SENDER_H 00035 00036 #include "llhttpsender.h" 00037 00038 class LLCapHTTPSender : public LLHTTPSender 00039 { 00040 public: 00041 LLCapHTTPSender(const std::string& cap); 00042 00045 virtual void send(const LLHost& host, 00046 const char* message, const LLSD& body, 00047 LLHTTPClient::ResponderPtr response) const; 00048 00049 private: 00050 std::string mCap; 00051 }; 00052 00053 #endif // LL_CAP_HTTP_SENDER_H