FileResolvingHandler

Request handler that resolves files within a given base path.

Constructors

this
this(string basePath)
Undocumented in source.

Members

Functions

handle
HttpResponse handle(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpRequestHandler

handle
HttpResponse handle(HttpRequest request)

Handles an HTTP request. Note that this method may be called from multiple threads, as requests may be processed in parallel.

Meta