This module implements a directory listing and a simple static serving.
The Static serve module implements the following module interfaces:
IHandlerModule
This section defines the configuration values the module depends on.
Key | Type | Required | Description |
---|---|---|---|
ip |
std::string |
Yes | Represents the target's IP |
port |
short |
Yes | Represents the target's port |