Capability | Method | Purpose | Note |
---|---|---|---|
Static File | Create Static File Capability | Host static files. | Configurable content root; Optional directory and default files serving. |
FTP Server | Create FTP Server Capability | Host FTP service (on seperate port). | Configurable content root; Seperate port to HTTP services. |
Web API | Create Web API Capability | Serve web APIs. | Can handle different HTTP methods. |
Configuration is usually done through succession of compositional APIs:
You can serve many capabilities at once:
See API doc for more details.
Enables the server to host static files.
Options:
RootFolder
EnableDirectoryBrowser
Serve files through (unsecure) FTP.
Options:
Folder
Address
Port
Serve Web API.
Options:
Endpoints