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

9 lines 263 B
export interface CreateUrlOptions { protocol?: string; hostname: string; port?: string | number; username?: string; password?: string; } export declare function createUrl(options: CreateUrlOptions): URL; //# sourceMappingURL=createUrl.d.ts.map