Sub-Modules
-
{void
no_encryption}
-
or
{string
certificate,
string
private_key,
string
password}
-
or
-
{{string
text}
}
-
or
-
or
-
or
-
or
-
or
-
or
-
or
-
-
or
-
or
-
or
-
or
| Name | Summary |
|---|---|
|
Return the address of the corresponding server
result with none is unspecified but useful with only ...
|
|
|
Return the port of the corresponding server
result with none is unspecified but useful with only one...
|
|
|
Default configuration with port equals to 8080 and the server name is "http".
|
|
|
Default configuration with port equals to 4343, the server
name is "https". SSL certificate should ...
|
|
|
* Create a complete server for following users, producing web pages and other contents.
*
...
|
|
|
Create a simple complete service producing web pages and other resources, for a subset of
the server...
|
|
|
Construct a service from a map of resources.This is a simple and convenient manner of adding a set o...
|
|
|
An application displayed as exactly one web page and additional resources (images, css, ...)This fun...
|
|
|
An application displayed purely as one web page.This function is used primarily for quick-testing. M...
|
|
|
Protect a resource factory.Use this function when defining a server using . Resources defined with t...
|
|
|
Mark a resource factory as public.Use this function when defining a server using . Resources defined...
|
|
|
Register a list of file name, based on the extension (".css" and ".js" are supported).
|
|
|
Create a complete secured server for following users, producing web pages and other contents.By oppo...
|
|
|
Create a simple complete service producing web pages and other resources.Limitations:
This construct...
|
|
|
Create a simple server producing web pages and other resources.You can further customize the server ...
|
|
|
Start a server.
|
Comments