UNPKG

@amadeus-it-group/kassette

Version:

Development server, used mainly for testing, which proxies requests and is able to easily manage local mocks.

4 lines (3 loc) 261 B
import { SendRequestOutput, SendRequestSpec } from './model'; /** Returns a server response with a fetched body, as well as timing information */ export declare function sendRequest({ baseUrl, original, skipLog, }: SendRequestSpec): Promise<SendRequestOutput>;