Http server is written on C++14 language.
Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows). Library connection takes place in the configuration file samples/apps.conf by using the parameter server_module.
Sample application code: https://github.com/awwit/httpserverapp
This http server support:
Common:
Linux: dl, pthread, rt, gnutls
Windows: ws2_32.lib, libgnutls.dll.a
Linux:
or
Windows:
Configuration files must be located in the working (current) directory. Or input a parameter --config-path=<path> to set the directory with configuration files.
Use the parameter --server-name=<name> to define the name of web-server's instance. Instances can be used to run web-servers with different settings.
Server (and its applications) setting is made using config-files. Examples of settings are located in the folder samples.
The source codes are licensed under the AGPL, the full text of the license is located in the LICENSE file.