| author | |
| committer | |
| log | 99608311a0e818efc885d89d2f62400b058d17d9 |
| tree | 6369435431b11f7967c25f09a266b84beebc5af7 |
| parent | 72a502f3158089d691239139cc5837f0881483b9 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
http.zig+1| ... | ... | @@ -16,6 +16,7 @@ pub const Method = enum { |
| 16 | 16 | OPTIONS, |
| 17 | 17 | TRACE, |
| 18 | 18 | PATCH, |
| 19 | QUERY, | |
| 19 | 20 | }; |
| 20 | 21 | |
| 21 | 22 | pub const Status = enum(u10) { |