• Joined on 2023-05-03
GHXX pushed to master at 00asdf/CSharpHttpServer 2025-06-02 17:23:43 +02:00
d2a3a82b95 Add option to ignore trailing slashes in requests
GHXX pushed to master at 00asdf/CSharpHttpServer 2025-04-14 12:10:07 +02:00
6ad805841d remove Assert preventing registration of multiple nested paths
GHXX pushed to master at 00asdf/CSharpHttpServer 2025-04-14 02:22:39 +02:00
d152b8f3ae Add SetStatusCodeWriteLineDisposeAsync helper function
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-08-29 02:45:29 +02:00
81dd1f8bd5 fix path parameter conversion not working
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-08-15 04:38:01 +02:00
c4db0f2d2c Add license
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-08-11 22:23:57 +02:00
f01672f714 autoformat
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-08-11 06:45:18 +02:00
03ebfa1321 Merge branch 'feature/pathparams'
8d0419b6ac fix inaccessible nodes behaving incorrectly
Compare 2 commits »
GHXX pushed to feature/pathparams at 00asdf/CSharpHttpServer 2024-08-11 06:44:45 +02:00
8d0419b6ac fix inaccessible nodes behaving incorrectly
GHXX pushed to feature/pathparams at 00asdf/CSharpHttpServer 2024-08-11 04:54:34 +02:00
7a516668bf Merge branch 'master' into feature/pathparams
fd88bde403 make assertions more debug friendly
fecd40cd57 finish implementing path parameters
Compare 3 commits »
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-08-11 04:48:00 +02:00
61e2d39bee Merge branch 'feature/pathparams'
7a516668bf Merge branch 'master' into feature/pathparams
fecd40cd57 finish implementing path parameters
a24543063b work towards path parameters
Compare 4 commits »
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-08-11 04:43:58 +02:00
fd88bde403 make assertions more debug friendly
GHXX created branch feature/pathparams in 00asdf/CSharpHttpServer 2024-07-30 08:43:12 +02:00
GHXX pushed to feature/pathparams at 00asdf/CSharpHttpServer 2024-07-30 08:43:12 +02:00
a24543063b work towards path parameters
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-07-27 00:17:45 +02:00
2e4570a560 initialize endpoint attributes (untested, yeet)
30daf382ba shared variables for checker attributes
2cf6cd4a7d make stuff nonstatic
Compare 3 commits »
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-07-25 07:31:44 +02:00
29eecc7887 fix incorrect check which might break when registering an endpoint class that contains no endpoints
GHXX created branch feature/nonstatic in 00asdf/CSharpHttpServer 2024-07-25 07:30:59 +02:00
GHXX pushed to feature/nonstatic at 00asdf/CSharpHttpServer 2024-07-25 07:30:59 +02:00
2cf6cd4a7d make stuff nonstatic
29eecc7887 fix incorrect check which might break when registering an endpoint class that contains no endpoints
Compare 2 commits »
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-07-25 03:42:09 +02:00
a4ae359df0 cleanup some old auth stuff
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-07-21 06:45:26 +02:00
176c5e7197 fix required GET args being present not triggering a 400 when no GET args were passed at all
GHXX pushed to master at 00asdf/CSharpHttpServer 2024-07-20 08:02:25 +02:00
d7a934e25c cleanup