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

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

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

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

--

Reply via email to