Summary
Implement this interface to create a module for Propeller, the flexible HTTP webserver.
Instance methods
| HttpResponse | |
When implemented in a class, handles an HTTP request. |
| void | |
When implemented in a class, initializes the module. |
| void | |
When implemented in a class, shuts down the module. |
Instance properties
| string[] | |
When implemented in a class, returns a list of file filters (e.g. C:\path\*.*) which Propeller will
monitor for changes. Every time a change to any matching file is detected, Propeller reinitializes this
module. |
| bool | |
When implemented in a class, determines whether the module requires reinitialization. |
| string | | When implemented in a class, gets a human-readable name of the module. |