UNPKG

wiremock-rest-client

Version:

Lightweight REST client to interact with a running WireMock server

8 lines (7 loc) 171 B
import { LogLevelDesc } from 'loglevel'; export interface Options { logLevel?: LogLevelDesc; proxy?: string; headers?: any; continueOnFailure?: boolean; }