다음을 통해 공유


ForwardProxy 클래스

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

상속
azure.mgmt.web._serialization.Model
ForwardProxy

생성자

ForwardProxy(*, convention: str | _models.ForwardProxyConvention | None = None, custom_host_header_name: str | None = None, custom_proto_header_name: str | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
convention

요청의 URL을 결정하는 데 사용되는 규칙입니다. 알려진 값은 "NoProxy", "Standard" 및 "Custom"입니다.

custom_host_header_name
str

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

custom_proto_header_name
str

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

변수

Name Description
convention

요청의 URL을 결정하는 데 사용되는 규칙입니다. 알려진 값은 "NoProxy", "Standard" 및 "Custom"입니다.

custom_host_header_name
str

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

custom_proto_header_name
str

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