mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
feat: add HEAD Method to methodAsEnum
This commit is contained in:
parent
3f9c7d0f6b
commit
d330979a75
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ pub const StatusCode = enum(u16) {
|
||||||
|
|
||||||
pub const Method = enum {
|
pub const Method = enum {
|
||||||
GET,
|
GET,
|
||||||
|
HEAD,
|
||||||
POST,
|
POST,
|
||||||
PUT,
|
PUT,
|
||||||
DELETE,
|
DELETE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue