40b4bd3aab55a0f01d31e5ba92b772ead0b302f0
[mdref/mdref-http] / http / Client / Request / addSslOptions.md
1 # http\Client\Request http\Client\Request::addSslOptions([array $ssl_options = NULL])
2
3 Add specific SSL options.
4 See http\Client\Request::setSslOptions(), http\Client\Request::setOptions() and http\Client\Curl::$ssl options.
5
6 ## Params:
7
8 * Optional array $ssl_options = NULL
9 Add this SSL options.
10
11 ## Returns:
12
13 * http\Client\Request, self.