• Joined on 2023-05-03
GHXX created branch feature/wildcardFallback in 00asdf/CSharpHttpServer 2026-06-21 07:25:09 +02:00
GHXX pushed to feature/wildcardFallback at 00asdf/CSharpHttpServer 2026-06-21 07:25:09 +02:00
be9dd343bc add wildcard fallback handlers
GHXX pushed to master at 00asdf/CSharpHttpServer 2026-05-28 01:40:46 +02:00
fb91d099ac fix listener prefix to force ipv4 localhost connection
GHXX pushed to master at 00asdf/CSharpHttpServer 2026-05-27 23:40:40 +02:00
4571b979fd fix SetStatusCodeAndDisposeAsync(HttpStatusCode.NotModified) breaking
GHXX pushed to master at 00asdf/CSharpHttpServer 2026-05-27 23:28:26 +02:00
6e640e1ced fix SetStatusCodeAndDisposeAsync(HttpStatusCode.NotModified) breaking
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