UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

8 lines (7 loc) 177 B
/** * Return ip and port information if defined in the header */ export declare function parseHeadersForClientAddress(headers: object): { ip: string; port: number; };