fix htp scheme
This commit is contained in:
parent
b75d2ec7f3
commit
67b5d5cc61
@ -17,7 +17,7 @@ func (hs *HttpScheme) MarshalJSON() ([]byte, error) {
|
|||||||
return []byte(hs.String()), nil
|
return []byte(hs.String()), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
var (
|
||||||
SchemeHTTP HttpScheme = "http"
|
SchemeHTTP HttpScheme = "http"
|
||||||
SchemeHTTPS HttpScheme = "https"
|
SchemeHTTPS HttpScheme = "https"
|
||||||
SchemeWs HttpScheme = "ws"
|
SchemeWs HttpScheme = "ws"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user