Searched defs:http2httpError (Results 1 – 1 of 1) sorted by relevance
3625 type http2httpError struct { struct3626 _ http2incomparable3627 msg string3628 timeout bool3631 func (e *http2httpError) Error() string { return e.msg }3633 func (e *http2httpError) Timeout() bool { return e.timeout }3635 func (e *http2httpError) Temporary() bool { return true }