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

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