Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 618 Bytes

Static serve Module Documentation

This module implements a directory listing and a simple static serving.

Module Type

The Static serve module implements the following module interfaces:

  • IHandlerModule

Configuration

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

Back to README