Module humphrey::handlers[][src]

Functions

Treat the request URI as a file path relative to the given directory and serve files from there.

Serves a directory of files, stripping the given prefix from the request URI before concatenating it with the given directory path.

Serve the specified file, or a default error 404 if not found.