Feature/httpd (#94)
* Stub code for http server * can send a response, cannot process body yet * write headers to the response * remove commented code * add simple test + set default http handler * tweak CI + unittest * add missing file * rewrite http::trim in a simple way * doc
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							43deaba547
						
					
				
				
					commit
					691502d7ad
				
			@@ -68,6 +68,7 @@ add_executable(ws
 | 
			
		||||
  ws_cobra_to_statsd.cpp
 | 
			
		||||
  ws_cobra_to_sentry.cpp
 | 
			
		||||
  ws_snake.cpp
 | 
			
		||||
  ws_httpd.cpp
 | 
			
		||||
  ws.cpp)
 | 
			
		||||
 | 
			
		||||
target_link_libraries(ws ixwebsocket)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user