NetworkResponseProps
@h4ad/serverless-adapter > NetworkResponseProps
(interface) NetworkResponseProps
The properties used to create an HTTP response for the framework.
Signature:
export interface NetworkResponseProps
(property) method
The HTTP Method from the request.
Signature:
method?: string;