Type alias HttpApiRequest

HttpApiRequest: {
    body: unknown;
    headers: Record<string, string>;
    method: HttpMethod;
    query: Record<string, string>;
}

Type declaration

  • body: unknown
  • headers: Record<string, string>
  • method: HttpMethod
  • query: Record<string, string>

Generated using TypeDoc