Server module

Sub-Modules

type
Server.conf
=
{ 
int
 
port
, 
ip
 
netmask
, 
Server.encryption
 
encryption
, 
string
 
name
 }
type
Server.encryption
=
Variant
  •    
    { 
    void
     
    no_encryption
     }
  • or 
    { 
    string
     
    certificate
    , 
    string
     
    private_key
    , 
    string
     
    password
     }
  • or 
    { 
    SSL.secure_type
     
    secure_type
     }
type
Server.handler
=
Variant
type
Server.registrable_resource
=
Variant
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

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.