Skip to content

Commit 90cbe94

Browse files
Update src/content/docs/workers/runtime-apis/nodejs/https.mdx
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent be5db3c commit 90cbe94

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/nodejs/https.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Request method accepts all options from `http.request` with some differences in
5757
- `port`: default `443`
5858
- `agent`: default `https.globalAgent`
5959

60-
The following additional options are not supported: ca, cert, ciphers, clientCertEngine (deprecated), crl, dhparam, ecdhCurve, honorCipherOrder, key, passphrase, pfx, rejectUnauthorized, secureOptions, secureProtocol, servername, sessionIdContext, highWaterMark.
60+
The following additional options are not supported: `ca`, `cert`, `ciphers`, `clientCertEngine` (deprecated), `crl`, `dhparam`, `ecdhCurve`, `honorCipherOrder`, `key`, `passphrase`, `pfx`, `rejectUnauthorized`, `secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`, `highWaterMark`.
6161

6262
```js
6363
import { request } from 'node:https';

0 commit comments

Comments
 (0)