rcpp_framework/core/http
2022-01-08 13:41:26 +01:00
..
cookie.cpp Now the http backends are also using String. 2021-11-01 19:11:27 +01:00
cookie.h Now the http backends are also using String. 2021-11-01 19:11:27 +01:00
http_enums.h Fix compile. 2021-10-31 02:49:54 +02:00
http_session.cpp Now the http backends are also using String. 2021-11-01 19:11:27 +01:00
http_session.h Added lots of missing RCPP_OBJECT declarations. 2022-01-08 10:04:12 +01:00
middleware.cpp Implemented middleware handling. Also converted middleware handlers to the new stystem. 2022-01-08 12:25:52 +01:00
middleware.h Added a new Middleware class. 2022-01-08 12:05:33 +01:00
request.cpp Removed the middleware stack from Request. 2022-01-08 12:27:42 +01:00
request.h Removed HandlerInstance. 2022-01-08 12:39:04 +01:00
session_manager.cpp Implemented middleware handling. Also converted middleware handlers to the new stystem. 2022-01-08 12:25:52 +01:00
session_manager.h Implemented middleware handling. Also converted middleware handlers to the new stystem. 2022-01-08 12:25:52 +01:00
web_node.cpp Moved get_server from WebRoot to WebNode. 2022-01-08 12:00:12 +01:00
web_node.h Moved get_server from WebRoot to WebNode. 2022-01-08 12:00:12 +01:00
web_root.cpp Don't call setup() in WebRoot's constructor. 2022-01-08 13:41:26 +01:00
web_root.h Move middleware processing to a helper method. 2022-01-08 13:09:12 +01:00
web_router_node.cpp Added an another helper method to WebRouterNode. 2022-01-08 13:01:43 +01:00
web_router_node.h Added an another helper method to WebRouterNode. 2022-01-08 13:01:43 +01:00
web_server.cpp Now the root node's type inthe webserver is a WebNode instead of a WebRoot. 2022-01-08 11:58:35 +01:00
web_server.h Now the root node's type inthe webserver is a WebNode instead of a WebRoot. 2022-01-08 11:58:35 +01:00