Files
clio/src/webserver
2021-09-14 12:10:36 -04:00
..
2021-07-06 14:00:20 +00:00
2021-09-14 12:10:36 -04:00
2021-07-06 14:00:20 +00:00
2021-07-06 14:00:20 +00:00
2021-07-06 14:00:20 +00:00
2021-08-02 15:54:37 -04:00
2021-07-06 14:00:20 +00:00
2021-08-24 17:48:04 -04:00
2021-09-14 12:10:36 -04:00

This folder contains all of the classes for running the webserver.

The webserver handles JSON-RPC and websocket requests. The webserver supports SSL if a cert and key file are specified in the config. The webserver handles all types of requests on a single port.

Each request is handled asynchronously using boost asio.

Much of this code was originally copied from boost beast example code.