authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-24 03:05:23 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-24 03:05:23 -07:00
log99608311a0e818efc885d89d2f62400b058d17d9
tree6369435431b11f7967c25f09a266b84beebc5af7
parent72a502f3158089d691239139cc5837f0881483b9
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

Method: support QUERY


1 files changed, 1 insertions(+), 0 deletions(-)

http.zig+1
...@@ -16,6 +16,7 @@ pub const Method = enum {...@@ -16,6 +16,7 @@ pub const Method = enum {
16 OPTIONS,16 OPTIONS,
17 TRACE,17 TRACE,
18 PATCH,18 PATCH,
19 QUERY,
19};20};
2021
21pub const Status = enum(u10) {22pub const Status = enum(u10) {