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 {
1616 OPTIONS,
1717 TRACE,
1818 PATCH,
19 QUERY,
1920};
2021
2122pub const Status = enum(u10) {