ForwardProxyOutput interface
要求の実行に使用される転送プロキシの構成設定。
プロパティ
| convention | 要求の URL を決定するために使用される規則。 |
| custom |
要求のホストを含むヘッダーの名前。 |
| custom |
要求のスキームを含むヘッダーの名前。 |
プロパティの詳細
convention
要求の URL を決定するために使用される規則。
convention?: "Standard" | "Custom" | "NoProxy"
プロパティ値
"Standard" | "Custom" | "NoProxy"
customHostHeaderName
要求のホストを含むヘッダーの名前。
customHostHeaderName?: string
プロパティ値
string
customProtoHeaderName
要求のスキームを含むヘッダーの名前。
customProtoHeaderName?: string
プロパティ値
string