HorizonCode
HorizonCode pushed to master at EZPPFarm/EZPPLauncher 2023-05-31 05:02:07 +00:00
0a664d1f64 add tray icon, fix login if password changed
232043d686 remove old launcher design
Compare 2 commits »
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-14 20:13:19 +00:00
c5f842b409 just remove session cookie, if its set
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-14 20:07:54 +00:00
46cf6081af remove debug log
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-14 20:07:11 +00:00
997fe6dc77 change middleware done result to own type
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-14 18:23:19 +00:00
b335bb61bd set crypto version
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-14 18:22:42 +00:00
2e6ce88e80 add exception for sessionSecret
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-13 04:29:04 +00:00
8a3683d2e5 allow undefined arg for cookie, just set cookie if session has entries
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-13 04:25:30 +00:00
96a73035f8 add sessionDestroy func
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-13 02:58:04 +00:00
5392b032d0 add sessionExpire option
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-13 02:50:18 +00:00
d519c7bf9c add sessions, add session example
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 13:19:05 +00:00
b2e357227c add example for multiple preprocessors
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 13:05:09 +00:00
1376fbdeba replace return with continue
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 12:51:40 +00:00
7f1fce92b2 revert last change
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 12:49:25 +00:00
784a34ed4d fix memory leak, close file after serve
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 12:14:09 +00:00
4e1ac5888a better example html
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 12:10:44 +00:00
e6f6b1ddc5 add var to identify static resource requests
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 12:01:54 +00:00
06695c5443 add img to html static test
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 12:00:27 +00:00
c6cb48b4ff add static example to site html test
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 11:57:16 +00:00
452be0cecf export HTTPMethod
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 11:55:29 +00:00
ec0df0de60 change HTTPMethod to enum