lightyear.httpproxyresponse
Home > @runlightyear/lightyear > HttpProxyResponse
HttpProxyResponse type
Signature:declare type HttpProxyResponse = {
status: number;
statusText: string;
headers: any;
data: any;
};
Home > @runlightyear/lightyear > HttpProxyResponse
declare type HttpProxyResponse = {
status: number;
statusText: string;
headers: any;
data: any;
};