Handler: List & Send

The List & Send (common internally) handler behaviour depends on whether it replies a request for a directory or a file.

In case a directory is requested, it will use the Listing Only handler in order to list its content. And, in the case a file is request, it will use the File sending handler.

Parameters

Parameters Type Description
pathInfo boolean Makes the handler to stop parsing the pathinfo string. Default: Disabled.

Besides, it inherits all the parameters from the _file and _dirlist handlers.

Examples

With this configuration:

Dirlist configuration

Will return something like:

Dirlist example