Handles serving plugin assets in development mode. This should not be used in production environments as it has sub-optimal performance when compared to serving files with a real webserver.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string _getAssetFile(string assetUrl) | ||||
IResponse | IResponse process(IServerRequest serverRequest, IRequestHandler requestHandler) | ||||
DResponse | DResponse deliverAsset(IServerRequest serverRequest, DSplFileInfo file) | ||||
this(Json[string] | this(Json[string] options = null) | ||||
bool | bool isNotModified(IServerRequest serverRequest, SplFileInfo file) |