UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

10 lines (9 loc) 253 B
import { HttpRequest, QueryParameterBag } from "@smithy/types"; /** * @private */ export declare const moveHeadersToQuery: (request: HttpRequest, options?: { unhoistableHeaders?: Set<string>; }) => HttpRequest & { query: QueryParameterBag; };