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