summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhttpclient.h
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2007-03-05 19:08:01 +0000
committerKelly Washington <kelly@lindenlab.com>2007-03-05 19:08:01 +0000
commit437882ca3ba259911d02889621afa334ae1c76db (patch)
tree14de9c7f39dea5dcde3c2265a4a5dd2c8c5fc3c6 /indra/llmessage/llhttpclient.h
parent7e99d870f2e7e5de48a59c7442b12b2f24ecb211 (diff)
merge r58577:58578 Branch_1-13-3 to release
Diffstat (limited to 'indra/llmessage/llhttpclient.h')
-rw-r--r--indra/llmessage/llhttpclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmessage/llhttpclient.h b/indra/llmessage/llhttpclient.h
index 41ccb1fad9..d64662e41d 100644
--- a/indra/llmessage/llhttpclient.h
+++ b/indra/llmessage/llhttpclient.h
@@ -58,6 +58,9 @@ public:
static void postFile(const std::string& url, const LLUUID& uuid,
LLAssetType::EType asset_type, ResponderPtr responder);
+ // Blocking HTTP get that returns an LLSD map of status and body.
+ static LLSD blockingGet(const std::string& url);
+
static void del(const std::string& url, ResponderPtr);
///< sends a DELETE method, but we can't call it delete in c++