mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			512 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			512 B
		
	
	
	
	
	
	
	
Web server subsystem
@page "web" Web server subsystem
This folder contains all of the classes for running the web server.
The web server 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.