Options for the advanced HTTPS API.
()
| 3054 | Options for the advanced HTTPS API. |
| 3055 | */ |
| 3056 | get https(): HttpsOptions { |
| 3057 | return this.#internals.https; |
| 3058 | } |
| 3059 | |
| 3060 | set https(value: HttpsOptions) { |
| 3061 | assertPlainObject('https', value); |
nothing calls this directly
no test coverage detected