ForwardProxy interface
用于发出请求的转发代理的配置设置。
属性
| convention | 用于确定所发出请求的 URL 的约定。 |
| custom |
包含请求主机的标头的名称。 |
| custom |
包含请求方案的标头的名称。 |
属性详细信息
convention
customHostHeaderName
包含请求主机的标头的名称。
customHostHeaderName?: string
属性值
string
customProtoHeaderName
包含请求方案的标头的名称。
customProtoHeaderName?: string
属性值
string