feat: update http enum

This commit is contained in:
2026-06-16 10:58:48 +08:00
parent fb90982b12
commit e4fb99612a
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -40,3 +40,7 @@ const (
HeaderKeyOrigin HttpHeader = "Origin" // origin
HeaderKeyHost HttpHeader = "Host" // host
)
const (
BearerPrefix = "Bearer "
)