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.Model
HandlerMapping

Constructor

HandlerMapping(*, extension: str | None = None, script_processor: str | None = None, arguments: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
extension
str

Requests with this extension will be handled using the specified FastCGI application.

script_processor
str

The absolute path to the FastCGI application.

arguments
str

Command-line arguments to be passed to the script processor.

Variables

Name Description
extension
str

Requests with this extension will be handled using the specified FastCGI application.

script_processor
str

The absolute path to the FastCGI application.

arguments
str

Command-line arguments to be passed to the script processor.