lightyear.httpproxyrequestprops
Home > @runlightyear/lightyear > HttpProxyRequestProps
HttpProxyRequestProps interface
Signature:interface HttpProxyRequestProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
url | string |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
body? | string | ||
data? | object | ||
headers? | { [key: string]: string; } | ||
maxRetries? | number | ||
method? | HttpMethod | ||
params? | Record<string, any> | ||
redactKeys? | string[] |