mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
Fixes #983. Cassandra, ETL sorces and cache already support hostname resolving. Also added config to show missing includes by clangd.
Webserver subsystem
This folder contains all of the classes for running the webserver.
The webserver subsystem
- Handles JSON-RPC and websocket requests.
- Supports SSL if a cert and key file are specified in the config.
- 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.