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