UNPKG

acady-api-builder

Version:
16 lines (15 loc) 365 B
/// <reference types="node" /> import { ApiHeaders } from "../core/api-headers"; export declare class AcadyApiRequest { headers: ApiHeaders; method: string; hostname: string; pathName: string; routePath: string; endpoint: string; queryParams: any; pathParams: any; body: any; fullUrl: string; rawBody: Buffer | string; }