Searched refs:StatusHTTPVersionNotSupported (Results 1 – 4 of 4) sorted by relevance
71 StatusHTTPVersionNotSupported = 505 // RFC 9110, 15.6.6 const195 case StatusHTTPVersionNotSupported:
1057 return nil, statusError{StatusHTTPVersionNotSupported, "unsupported protocol version"}
4639 pkg net/http, const StatusHTTPVersionNotSupported ideal-int
2059 pkg net/http, const StatusHTTPVersionNotSupported = 505