mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +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 {
|
||||
GET,
|
||||
HEAD,
|
||||
POST,
|
||||
PUT,
|
||||
DELETE,
|
||||
|
|
Loading…
Add table
Reference in a new issue