rcpp_framework/core/http
2021-08-23 00:13:16 +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_enums.h Added http method support to the request class. 2021-08-05 17:11:13 +02:00
http_session.cpp Now int data in the session will be saved to the database. 2021-08-22 23:53:26 +02:00
http_session.h Now int data in the session will be saved to the database. 2021-08-22 23:53:26 +02:00
request.cpp Fix warning. 2021-08-22 23:01:39 +02:00
request.h Added a reference map to Request. Also fixed 2 warnings. 2021-08-22 22:17:32 +02:00
session_manager.cpp Comment out 2 prints. 2021-08-23 00:13:16 +02:00
session_manager.h Now int data in the session will be saved to the database. 2021-08-22 23:53:26 +02:00
web_application.cpp Actually make session_setup_middleware work. 2021-08-04 21:58:25 +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