rcpp_framework/core/http
2021-08-05 19:34:11 +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 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 get_or_create_session helper to Request. 2021-08-05 19:34:11 +02:00
request.h Added get_or_create_session helper to Request. 2021-08-05 19:34:11 +02:00
session_manager.cpp Reword a comment. 2021-08-04 22:04:33 +02:00
session_manager.h Added a middleware func to SessionManager that can set up request's session property. 2021-08-04 21:36:09 +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