fix htp scheme

This commit is contained in:
白茶清欢 2025-02-07 21:00:30 +08:00
parent b75d2ec7f3
commit 67b5d5cc61

View File

@ -17,7 +17,7 @@ func (hs *HttpScheme) MarshalJSON() ([]byte, error) {
return []byte(hs.String()), nil
}
const (
var (
SchemeHTTP HttpScheme = "http"
SchemeHTTPS HttpScheme = "https"
SchemeWs HttpScheme = "ws"