Thread overview
[Issue 17540] std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY
Jun 21, 2017
Vladimir Panteleev
June 21, 2017
https://issues.dlang.org/show_bug.cgi?id=17540

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
You can set arbitrary Curl settings that are not covered by the D wrapper by accessing the .handle property, e.g. "http.handle.set(CurlOption.noproxy, "www.example.com")". I don't think the HTTP wrapper type strives to provide an interface to all the Curl options in the CurlOption enum.

--
July 06, 2017
https://issues.dlang.org/show_bug.cgi?id=17540

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e40a35675a89ec9346ba90cf973a423ff8e5d973 Fix Issue 17540 - std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY

https://github.com/dlang/phobos/commit/1a5ae4aee5a0c4c509ea55dd88e1a26941f932d3 Merge pull request #5538 from RazvanN7/Issue17540

[Trivial] Fix Issue 17540 - setting CurlOption.noproxy is cumbersome merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17540

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e40a35675a89ec9346ba90cf973a423ff8e5d973 Fix Issue 17540 - std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY

https://github.com/dlang/phobos/commit/1a5ae4aee5a0c4c509ea55dd88e1a26941f932d3 Merge pull request #5538 from RazvanN7/Issue17540

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17540

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e40a35675a89ec9346ba90cf973a423ff8e5d973 Fix Issue 17540 - std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY

https://github.com/dlang/phobos/commit/1a5ae4aee5a0c4c509ea55dd88e1a26941f932d3 Merge pull request #5538 from RazvanN7/Issue17540

--