pandemonium_engine/modules/http_server_simple
2024-02-26 11:33:06 +01:00
..
doc_classes Re-extracted class docs. 2024-02-25 10:26:26 +01:00
http_parser Fix typos with codespell. 2022-12-22 19:51:25 +01:00
multipart_parser_c Added proper multi part form parsing support for the simple web server. 2022-08-22 22:16:32 +02:00
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 Store incoming http request parameters properly. 2023-12-22 13:02:17 +01:00
http_parser.h File copyright header updates pt7. 2023-12-18 00:02:58 +01:00
http_server_simple.cpp Small tweaks to HTTPServerSimple, mostly related to ssl handling. 2024-02-16 23:06:39 +01:00
http_server_simple.h Small tweaks to HTTPServerSimple, mostly related to ssl handling. 2024-02-16 23:06:39 +01:00
http_writer.cpp File copyright header updates pt7. 2023-12-18 00:02:58 +01:00
http_writer.h File copyright header updates pt7. 2023-12-18 00:02:58 +01:00
register_types.cpp File copyright header updates pt7. 2023-12-18 00:02:58 +01:00
register_types.h File copyright header updates pt7. 2023-12-18 00:02:58 +01:00
SCsub Added proper multi part form parsing support for the simple web server. 2022-08-22 22:16:32 +02:00
simple_web_server_request.cpp Use String's length() instead of size(). 2024-02-26 11:33:06 +01:00
simple_web_server_request.h Added a way to get all available marameter keys to WebServerRequest. 2023-12-22 13:14:17 +01:00
web_server_simple.cpp Added a way to unregister connections and get out their raw connection data from the http server. 2023-12-22 12:38:38 +01:00
web_server_simple.h Added a way to unregister connections and get out their raw connection data from the http server. 2023-12-22 12:38:38 +01:00