Class HttpFileServerSettings
Configuration options for the static file server.
Inherits from
-
Object
(base class)
Constructors
Name | Description |
---|---|
this | |
this |
Fields
Name | Type | Descrption |
---|---|---|
serverPathPrefix | string | |
maxAge | core.time.Duration | |
failIfNotFound | bool | |
preWriteCallback | void delegate(HttpServerRequest, HttpServerResponse, ref string) | Called just before headers and data are sent. Allows headers to be customized, or other custom processing to be performed. |
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.