rcpp_framework/core/http
2021-08-04 21:02:34 +02:00
..
cookie.cpp Added cookie support to the request. Implemented it for the drogon/trantor backend. 2021-08-04 15:36:26 +02:00
cookie.h Added cookie support to the request. Implemented it for the drogon/trantor backend. 2021-08-04 15:36:26 +02:00
handler_instance.cpp Renamed BryWebApplication to WebApplication, and moved it and HandlerInstance and Request to a new http folder. Their dependencies with brynet will be removed, they will have subclasses per backend when/if needed. 2021-05-27 17:37:23 +02:00
handler_instance.h Renamed BryWebApplication to WebApplication, and moved it and HandlerInstance and Request to a new http folder. Their dependencies with brynet will be removed, they will have subclasses per backend when/if needed. 2021-05-27 17:37:23 +02:00
http_session.cpp Added a http session class. 2021-08-04 20:32:51 +02:00
http_session.h Added a http session class. 2021-08-04 20:32:51 +02:00
request.cpp Added a session pointer to request. 2021-08-04 20:33:21 +02:00
request.h Added a session pointer to request. 2021-08-04 20:33:21 +02:00
session_manager.cpp Added a session manager. 2021-08-04 21:02:34 +02:00
session_manager.h Added a session manager. 2021-08-04 21:02:34 +02:00
web_application.cpp Made Request a base inheritable class, and made DRequest inherit from it. Also added BryRequest for the brynet backend. Also made DWebApplication inherit from WebApplication. 2021-07-06 20:06:38 +02:00
web_application.h Renamed BryWebApplication to WebApplication, and moved it and HandlerInstance and Request to a new http folder. Their dependencies with brynet will be removed, they will have subclasses per backend when/if needed. 2021-05-27 17:37:23 +02:00