pandemonium_engine/modules/http_server_simple
2023-02-19 15:11:29 +01:00
..
doc_classes
http_parser
multipart_parser_c
config.py
COPYRIGHT.txt
http_parser.cpp Added optional protocol error logging to HTTPParser. Also remove unnecessary error. 2023-02-19 11:20:13 +01:00
http_parser.h
http_server_simple.cpp Implement sending keep alive connection type if a connection has more than one request for HTTPServerSimple. Also more togglable debugging. 2023-02-19 15:11:29 +01:00
http_server_simple.h Implement sending keep alive connection type if a connection has more than one request for HTTPServerSimple. Also more togglable debugging. 2023-02-19 15:11:29 +01:00
http_writer.cpp
http_writer.h
register_types.cpp
register_types.h
SCsub
simple_web_server_request.cpp
simple_web_server_request.h
web_server_simple.cpp Set _server_quit in WebServerSimple the way it was intended to be used. 2023-02-19 11:41:43 +01:00
web_server_simple.h