diff options
Diffstat (limited to 'indra/llmessage/llhttpclient.h')
-rw-r--r-- | indra/llmessage/llhttpclient.h | 3 |
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++ |