HandlerMapping Class
The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with >>*<<.php extension.
- Inheritance
-
azure.mgmt.web._serialization.ModelHandlerMapping
Constructor
HandlerMapping(*, extension: str | None = None, script_processor: str | None = None, arguments: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
extension
|
Requests with this extension will be handled using the specified FastCGI application. |
script_processor
|
The absolute path to the FastCGI application. |
arguments
|
Command-line arguments to be passed to the script processor. |
Variables
Name | Description |
---|---|
extension
|
Requests with this extension will be handled using the specified FastCGI application. |
script_processor
|
The absolute path to the FastCGI application. |
arguments
|
Command-line arguments to be passed to the script processor. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python