pandemonium_engine/modules/web/http
2023-09-22 16:21:37 +02:00
..
csrf_token.cpp Remove accidental import. 2022-07-31 00:02:31 +02:00
csrf_token.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
http_server_enums.cpp Updated copyright headers to 2023. 2022-12-31 19:34:43 +01:00
http_server_enums.h Updated copyright headers to 2023. 2022-12-31 19:34:43 +01:00
http_session_manager.cpp Added a null check to HTTPSessionManagerDB, and small cleanups. 2022-12-18 14:59:40 +01:00
http_session_manager.h Set up inheritance and virtuals for HTTPSessionManagerDB and HTTPSessionManager. 2022-12-18 14:22:21 +01:00
http_session.cpp
http_session.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
web_node.cpp Fix typos. 2023-09-22 16:21:37 +02:00
web_node.h Fix typos. 2023-09-22 16:21:37 +02:00
web_permission.cpp
web_permission.h Fix: WebPermission was meant to be a Resource. 2022-08-25 21:12:52 +02:00
web_root.cpp Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
web_root.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
web_server_cookie.cpp Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
web_server_cookie.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
web_server_middleware.cpp
web_server_middleware.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
web_server_request_scriptable.cpp Now post and get parameters can be set / changed in requests from scripts aswell. 2023-03-22 13:20:25 +01:00
web_server_request_scriptable.h Now post and get parameters can be set / changed in requests from scripts aswell. 2023-03-22 13:20:25 +01:00
web_server_request.cpp Added a way to customize the doctype declaration the html tag and the body tag to WebServerRequest. 2023-07-24 17:37:34 +02:00
web_server_request.h Implemented custom response headers for WebServerRequest. 2023-07-08 21:11:56 +02:00
web_server.cpp Fix counting children even if the server is running in WebServer::get_configuration_warning(). 2023-08-30 15:18:41 +02:00
web_server.h Fix typos with codespell. 2022-12-22 19:51:25 +01:00