Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HandlerMapping

Package version

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.

Hierarchy

  • HandlerMapping

Index

Properties

Optional argumentsProperty

argumentsProperty: undefined | string

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

Optional extension

extension: undefined | string

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

Optional scriptProcessor

scriptProcessor: undefined | string

The absolute path to the FastCGI application.

Generated using TypeDoc