diff options
Diffstat (limited to 'linden/indra/llmessage/llurlrequest.h')
-rw-r--r-- | linden/indra/llmessage/llurlrequest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llurlrequest.h b/linden/indra/llmessage/llurlrequest.h index dd82a9f..b6da56b 100644 --- a/linden/indra/llmessage/llurlrequest.h +++ b/linden/indra/llmessage/llurlrequest.h | |||
@@ -166,6 +166,11 @@ public: | |||
166 | */ | 166 | */ |
167 | void useProxy(bool use_proxy); | 167 | void useProxy(bool use_proxy); |
168 | 168 | ||
169 | /** | ||
170 | * @ brief Set the CURLOPT_PROXY header to the given value. | ||
171 | */ | ||
172 | void useProxy(const std::string& proxy); | ||
173 | |||
169 | public: | 174 | public: |
170 | /** | 175 | /** |
171 | * @brief Give this pipe a chance to handle a generated error | 176 | * @brief Give this pipe a chance to handle a generated error |