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.
param extension: Requests with this extension will be handled using the specified FastCGI application.
type extension: str
param script_processor: The absolute path to the FastCGI application.
type script_processor: str
param arguments: Command-line arguments to be passed to the script processor.
type arguments: str
- Inheritance
-
HandlerMapping
Constructor
HandlerMapping(*, extension: Optional[str] = None, script_processor: Optional[str] = None, arguments: Optional[str] = None, **kwargs)
Feedback
Submit and view feedback for