
functions
files
intro
|
|
Configuration of http-server |
clients/http-server.ycp |
Main file |
|
|
Main file for http-server configuration. Uses all other files.
Imports
- CommandLine
- Popup
- Report
- Require
- YaPI::HTTPD
Includes
Local Functions
|
|
|
local ConfigureHandler (map<string, any> options) -> boolean
|
|
Handler for command line action "configure".
- Parameters:
options |
map of the options provided on the command line |
- Return value:
local ModulesHandler (map<string, string> options) -> boolean
|
|
Handler for command line action "modules".
- Parameters:
options |
map of the options provided on the command line |
- Return value:
local ListenHandler (map<string, string> options) -> boolean
|
|
Handler for command line action "listen".
- Parameters:
options |
map of the options provided on the command line |
- Return value:
|