| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9cf1370 commit 2c85f79
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -172,7 +172,7 @@ The following options from [`tls.connect()`][] can also be specified. However, a | |||
| 172 | 172 | - `key`: Private key to use for SSL. Default `null`. | |
| 173 | 173 | - `passphrase`: A string of passphrase for the private key or pfx. Default `null`. | |
| 174 | 174 | - `cert`: Public x509 certificate to use. Default `null`. | |
| 175 | - - `ca`: A string, `Buffer` or array of strings or `Buffer`s of trusted | ||
| 175 | + - `ca`: A string, [`Buffer`][] or array of strings or [`Buffer`][]s of trusted | ||
| 176 | 176 | certificates in PEM format. If this is omitted several well known "root" | |
| 177 | 177 | CAs will be used, like VeriSign. These are used to authorize connections. | |
| 178 | 178 | - `ciphers`: A string describing the ciphers to use or exclude. Consult | |
@@ -228,6 +228,7 @@ var req = https.request(options, (res) => { | |||
| 228 | 228 | ``` | |
| 229 | 229 | ||
| 230 | 230 | [`Agent`]: #https_class_https_agent | |
| 231 | + [`Buffer`]: buffer.html#buffer_buffer | ||
| 231 | 232 | [`globalAgent`]: #https_https_globalagent | |
| 232 | 233 | [`http.Agent`]: http.html#http_class_http_agent | |
| 233 | 234 | [`http.close()`]: http.html#http_server_close_callback | |
| Back | FazBrowse Home | New Git URL |
0 commit comments