diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llhttpclient.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhttpclient.h b/linden/indra/llmessage/llhttpclient.h index 1587268..df31b44 100644 --- a/linden/indra/llmessage/llhttpclient.h +++ b/linden/indra/llmessage/llhttpclient.h | |||
@@ -77,7 +77,12 @@ public: | |||
77 | static void postFile(const std::string& url, const LLUUID& uuid, | 77 | static void postFile(const std::string& url, const LLUUID& uuid, |
78 | LLAssetType::EType asset_type, ResponderPtr responder, const F32 timeout=HTTP_REQUEST_EXPIRY_SECS); | 78 | LLAssetType::EType asset_type, ResponderPtr responder, const F32 timeout=HTTP_REQUEST_EXPIRY_SECS); |
79 | 79 | ||
80 | // Blocking HTTP get that returns an LLSD map of status and body. | 80 | /** |
81 | * @brief Blocking HTTP get that returns an LLSD map of status and body. | ||
82 | * | ||
83 | * @param url the complete serialized (and escaped) url to get | ||
84 | * @return An LLSD of { 'status':status, 'body':payload } | ||
85 | */ | ||
81 | static LLSD blockingGet(const std::string& url); | 86 | static LLSD blockingGet(const std::string& url); |
82 | 87 | ||
83 | static void del(const std::string& url, ResponderPtr, const F32 timeout=HTTP_REQUEST_EXPIRY_SECS); | 88 | static void del(const std::string& url, ResponderPtr, const F32 timeout=HTTP_REQUEST_EXPIRY_SECS); |