This commit is contained in:
robin
2026-03-13 14:25:13 +08:00
parent a25a474d6a
commit afbaaa869c
95 changed files with 4591 additions and 2578 deletions

View File

@@ -12,6 +12,7 @@ import (
)
var httpAuthTimestampRegexp = regexp.MustCompile(`^\d{10}$`)
var httpAuthHexTimestampRegexp = regexp.MustCompile(`^[0-9a-fA-F]{1,16}$`)
type HTTPAuthBaseMethod struct {
Exts []string `json:"exts"`