rcpp_framework/core/http
2022-01-08 11:42:57 +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
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 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
request.cpp Implement setting http status codes. 2022-01-08 11:42:57 +01:00
request.h Implement setting http status codes. 2022-01-08 11:42:57 +01:00
session_manager.cpp Removed stray crash cond. 2021-11-03 15:43:22 +01:00
session_manager.h Added lots of missing RCPP_OBJECT declarations. 2022-01-08 10:04:12 +01:00
web_node.cpp Started reworking routing. 2022-01-08 10:50:07 +01:00
web_node.h Started reworking routing. 2022-01-08 10:50:07 +01:00
web_root.cpp Implemented the new node based routing. 2022-01-08 11:27:26 +01:00
web_root.h Implemented the new node based routing. 2022-01-08 11:27:26 +01:00
web_router_node.cpp Implemented the new node based routing. 2022-01-08 11:27:26 +01:00
web_router_node.h Implemented the new node based routing. 2022-01-08 11:27:26 +01:00
web_server.cpp Split WebApplication into WebServer and WebRoot. WebServer inherits from NodeTree, and WebRoot inherits from WebNode. Also removed some of the brynet classes. 2022-01-07 20:11:06 +01:00
web_server.h Split WebApplication into WebServer and WebRoot. WebServer inherits from NodeTree, and WebRoot inherits from WebNode. Also removed some of the brynet classes. 2022-01-07 20:11:06 +01:00