UNPKG

oneside

Version:

OneSide is a HTTP Node Server for websites.

14 lines (13 loc) 221 B
export interface Request { params: { [k: string]: string; }; url: string; endpoint: string; body: string | object; cookies: object; ip: string; hostname: string; method: string; queries: object; }