UNPKG

@serenity-js/rest

Version:

Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios

6 lines 224 B
import type { URL } from 'node:url'; export declare abstract class ProxyBypass { static create(value: string | undefined): ProxyBypass; abstract matches(url: URL): boolean; } //# sourceMappingURL=ProxyBypass.d.ts.map