diff --git a/std/net/curl.d b/std/net/curl.d index fef4ad77a..a6c1ab7d7 100644 --- a/std/net/curl.d +++ b/std/net/curl.d @@ -2133,6 +2133,11 @@ struct HTTP p.curl.set(CurlOption.url, url); } + @property void caInfo(const(char)[] caFile) + { + p.curl.set(CurlOption.cainfo, caFile); + } + // This is a workaround for mixed in content not having its // docs mixed in. version (StdDdoc)