pandemonium_engine/modules/http_server_simple
2023-02-19 16:04:08 +01:00
..
doc_classes Re-extracted class docs. 2023-01-14 13:38:58 +01:00
http_parser
multipart_parser_c
config.py Added COPYRIGHT.txt for the http_server_simple module. 2022-12-31 20:19:10 +01:00
COPYRIGHT.txt Added COPYRIGHT.txt for the http_server_simple module. 2022-12-31 20:19:10 +01:00
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 Added protocol error handling to the http server simple. 2023-02-19 10:34:39 +01:00
http_server_simple.cpp Fixed multi threading + https in HTTPServerSimple. 2023-02-19 16:04:08 +01:00
http_server_simple.h Fixed multi threading + https in HTTPServerSimple. 2023-02-19 16:04:08 +01:00
http_writer.cpp
http_writer.h
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added module initialization levels (similar idea to what's in godot4, although I added more). 2023-01-15 11:46:13 +01:00
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