1
0
Fork 0
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:
Sören Michaels 2024-06-23 23:59:43 +02:00
parent 3f9c7d0f6b
commit d330979a75

View file

@ -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,