UNPKG

wiremock-rest-client

Version:

Lightweight REST client to interact with a running WireMock server

7 lines (6 loc) 208 B
export declare class HttpUtil { static proxy: any; static headers: any; static fetch(uri: string, options: any): Promise<any>; static parseResponse(id: string, response: any): Promise<any>; }