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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jun 21 10:29:07 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17540

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

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

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

--


More information about the Digitalmars-d-bugs mailing list