Module vibe.http.fileserver

A static HTTP file server.

Functions

Name Description
serveStaticFile Returns a request handler that serves a specific file on disk.
serveStaticFiles Returns a request handler that serves files from the specified directory.

Classes

Name Description
HTTPFileServerSettings Configuration options for the static file server.

Aliases

Name Type Description
HttpFileServerSettings HTTPFileServerSettings Deprecated compatibility alias

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.