HorizonCode
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
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 11:34:15 +00:00
ca6d23f5ef fix catch block text
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 11:09:28 +00:00
d89310bb2e remove whitespace at start of path
1c085b9ec5 catch issue where the connection was closed before reply
Compare 2 commits »
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 10:55:34 +00:00
5626782178 do log after request is done
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 10:43:57 +00:00
e3e5f8c1d2 add funcs for better content handling
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 10:28:29 +00:00
03a1f35eaa add preprocessor handlers
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 10:12:38 +00:00
0675b26dad remove query params from path param if present
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 09:56:52 +00:00
1c668e5892 add reply to middlewareResponse
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 08:29:49 +00:00
301a6d2c3d adjust listenting console output
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 08:20:08 +00:00
49d5818062 remove unused npm import
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 08:18:39 +00:00
ee384eb4bc remove unused func
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-12 08:16:30 +00:00
60b819b9a4 massive performance fixes
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-11 13:59:48 +00:00
42ae41ba87 replace URL with split to gain some extra performance
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-11 12:30:55 +00:00
bbc861fde3 force async func
HorizonCode pushed to master at HorizonCode/deno-http 2023-05-11 12:27:26 +00:00
874c43126d add static example