fetch-light-my-request
    Preparing search index...

    Interface FetchLightMyRequestOptions

    Options for the created fetch mock.

    interface FetchLightMyRequestOptions {
        remoteAddress?: string;
        server?: Server<typeof IncomingMessage, typeof ServerResponse>;
    }
    Index

    Properties

    remoteAddress?: string

    an optional string specifying the client remote address. Defaults to '127.0.0.1'

    server?: Server<typeof IncomingMessage, typeof ServerResponse>

    Optional http server. It is used for binding the dispatchFunc