Module vibe.http.fileserver

A static HTTP file server.

Functions

Name Description
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 Compatibility alias, will be deprecated soon.

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.