From 62d9c7f76ce4953064fbc2a778ad4ecefb918e01 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Mon, 3 Mar 2008 23:35:24 +0000 Subject: svn merge -r81155:81167 svn+ssh://svn.lindenlab.com/svn/linden/branches/dev-8000-merge-0 Allow for a seperate HTTP proxy for the LLHTTPRequest HTTP client (QAR-318) --- indra/llmessage/llurlrequest.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/llmessage/llurlrequest.h') diff --git a/indra/llmessage/llurlrequest.h b/indra/llmessage/llurlrequest.h index b154794ff1..288bf463f5 100644 --- a/indra/llmessage/llurlrequest.h +++ b/indra/llmessage/llurlrequest.h @@ -166,6 +166,11 @@ public: */ void useProxy(bool use_proxy); + /** + * @ brief Set the CURLOPT_PROXY header to the given value. + */ + void useProxy(const std::string& proxy); + public: /** * @brief Give this pipe a chance to handle a generated error -- cgit v1.2.3