axios-light-my-request-adapter
    Preparing search index...

    Interface LightMyRequestAdapterOptions

    interface LightMyRequestAdapterOptions {
        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