[Issue 17540] std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY

2017-06-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17540

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||dlang-bugzilla@thecybershad
   ||ow.net

--- Comment #1 from Vladimir Panteleev  ---
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.

--


[Issue 17540] std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY

2017-07-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17540

--- Comment #2 from github-bugzi...@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 

--


[Issue 17540] std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17540

--- Comment #3 from github-bugzi...@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

--


[Issue 17540] std.net.curl: HTTP no possibillity to set CURLOPT_NOPROXY

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17540

--- Comment #4 from github-bugzi...@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

--