From d24ff0bf0adeae1ce000551e3b9bdac528f5c162 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Mon, 5 May 2014 15:58:15 -0700 Subject: DD-22 : WIP : Implement putRaw() on LLHTTPClient --- indra/llmessage/llhttpclient.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/llmessage/llhttpclient.h') diff --git a/indra/llmessage/llhttpclient.h b/indra/llmessage/llhttpclient.h index 5de257a4f6..39da9fcce3 100755 --- a/indra/llmessage/llhttpclient.h +++ b/indra/llmessage/llhttpclient.h @@ -79,6 +79,14 @@ public: ResponderPtr, const LLSD& headers = LLSD(), const F32 timeout=HTTP_REQUEST_EXPIRY_SECS); + static void putRaw( + const std::string& url, + const U8* data, + S32 size, + ResponderPtr responder, + const LLSD& headers = LLSD(), + const F32 timeout=HTTP_REQUEST_EXPIRY_SECS); + static void getHeaderOnly(const std::string& url, ResponderPtr, const F32 timeout=HTTP_REQUEST_EXPIRY_SECS, bool follow_redirects = true); static void getHeaderOnly(const std::string& url, ResponderPtr, const LLSD& headers, -- cgit v1.2.3