mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Merge pull request #115 from s0er3n/master
feat: add HEAD Method to `methodToEnum`
This commit is contained in:
commit
929a236463
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