pandemonium_engine/modules/http_server_simple
2023-08-30 15:16:52 +02:00
..
doc_classes Added translate_to() method to TranslationServer, and trt() method to Object. This let's you transalte strings into specific (noon app wide) locales. 2023-08-29 22:02:31 +02: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 Fix string parameter parsing in multipart forms, also make multipart form content fields case independent. 2023-04-16 23:30:13 +02:00
http_parser.h Fix string parameter parsing in multipart forms, also make multipart form content fields case independent. 2023-04-16 23:30:13 +02:00
http_server_simple.cpp Add back markdown as a mime type to WebServerSimple as it got deleted accidentally. 2023-08-28 18:14:14 +02:00
http_server_simple.h Make sure donwloads don't just eat up a thread until they are finished even if the kernel can just take all the data in HTTPServerSimple. Also update the timeout timer when there is activity in a socket. 2023-08-28 17:16:19 +02: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 Now HTTPServerSimple sends files in non-blocking mode. 2023-08-28 12:54:30 +02:00
simple_web_server_request.h Now HTTPServerSimple sends files in non-blocking mode. 2023-08-28 12:54:30 +02:00
web_server_simple.cpp Don't start the server on ready in the editor. 2023-08-30 15:16:52 +02:00
web_server_simple.h Added start_on_ready property to WebServerSimple. 2023-08-28 18:03:30 +02:00