foundStaticHandler constant

int const foundStaticHandler

Value for found when a StaticFile handler failed to produce a response.

The StaticFile.handler failed to find a file or directory. In the case of a directory, this could be because the directory could not be read, the default file in the directory could not be read, or an automatic listing of the directory was not permitted.

Implementation

static const int foundStaticHandler = 3;