ForwardProxyOutput interface
요청을 만드는 데 사용되는 전달 프록시의 구성 설정입니다.
속성
| convention | 요청의 URL을 결정하는 데 사용되는 규칙입니다. |
| custom |
요청의 호스트를 포함하는 헤더의 이름입니다. |
| custom |
요청의 체계를 포함하는 헤더의 이름입니다. |
속성 세부 정보
convention
요청의 URL을 결정하는 데 사용되는 규칙입니다.
convention?: "Standard" | "Custom" | "NoProxy"
속성 값
"Standard" | "Custom" | "NoProxy"
customHostHeaderName
요청의 호스트를 포함하는 헤더의 이름입니다.
customHostHeaderName?: string
속성 값
string
customProtoHeaderName
요청의 체계를 포함하는 헤더의 이름입니다.
customProtoHeaderName?: string
속성 값
string