다음을 통해 공유


ForwardProxy interface

요청을 만드는 데 사용되는 전달 프록시의 구성 설정입니다.

속성

convention

요청의 URL을 확인하는 데 사용되는 규칙입니다.

customHostHeaderName

요청의 호스트를 포함하는 헤더의 이름입니다.

customProtoHeaderName

요청의 체계를 포함하는 헤더의 이름입니다.

속성 세부 정보

convention

요청의 URL을 확인하는 데 사용되는 규칙입니다.

convention?: ForwardProxyConvention

속성 값

customHostHeaderName

요청의 호스트를 포함하는 헤더의 이름입니다.

customHostHeaderName?: string

속성 값

string

customProtoHeaderName

요청의 체계를 포함하는 헤더의 이름입니다.

customProtoHeaderName?: string

속성 값

string