http-stub-client

0.11.0 • Public • Published

http_stub Client Build Status

NPM

Provides a convenient way to call an instance of http_stub.

Usage

import HttpStubClient from 'http-stub-client';
 
// Create a custom stub.
const thingStub = new HttpStubClient.Stub('host', 'port');
thingStub.activate('Scenario name');
thingStub.reset();

/http-stub-client/

    Package Sidebar

    Install

    npm i http-stub-client

    Weekly Downloads

    1

    Version

    0.11.0

    License

    ISC

    Last publish

    Collaborators

    • andykingking