MCPcopy
hub / github.com/sindresorhus/got / https

Method https

source/core/options.ts:3056–3058  ·  view source on GitHub ↗

Options for the advanced HTTPS API.

()

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 3

assertPlainObjectFunction · 0.85
assertAnyFunction · 0.85
safeObjectAssignFunction · 0.85

Tested by

no test coverage detected