Commit Graph

17 Commits

Author SHA1 Message Date
e977de894a Now the http backends are also using String. 2021-11-01 19:11:27 +01:00
ef7b39bfb1 Added 2 url helpers to Request. 2021-11-01 00:38:26 +01:00
8e4bb75bcb Implement redirects. 2021-10-31 02:50:06 +02:00
95be0cf631 Fix issues with cookies. 2021-08-20 19:53:47 +02:00
b55cb85855 implement get_parameter to Request. 2021-08-05 18:24:55 +02:00
543f1eed30 Added http method support to the request class. 2021-08-05 17:11:13 +02:00
714eb02819 Added cookie support to the request. Implemented it for the drogon/trantor backend. 2021-08-04 15:36:26 +02:00
2b9e84b4be clang format a few files. 2021-07-06 22:20:38 +02:00
5d07b6a233 Implement files aswell. 2021-07-06 22:20:07 +02:00
4c891a373e Fix DRequest. File support is still todo. 2021-07-06 22:06:18 +02:00
92ce00a88c Fixed routing in the brynet backend. 2021-07-06 20:23:13 +02:00
a16222e29e Fix newly introduced crash in the Brynet backend. 2021-07-06 20:15:36 +02:00
29dabe752f 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
f03b983de2 Request handling. 2021-07-06 18:59:30 +02:00
47f9e21a91 Initial DRequest and on_async_request implementation. 2021-07-06 16:57:21 +02:00
383fc2a259 Added lots of simple getter/setter methods to the new web app from drogon. 2021-06-20 18:41:09 +02:00
c4c9d34e35 Added my web app implementation to the drogon module. Just renamed it and made it compile. 2021-06-20 17:53:07 +02:00