1
0
Fork 0
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:
Rene Schallner 2024-06-27 19:37:45 +02:00 committed by GitHub
commit 929a236463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,6 +132,7 @@ pub const StatusCode = enum(u16) {
pub const Method = enum {
GET,
HEAD,
POST,
PUT,
DELETE,