Home
last modified time | relevance | path

Searched defs:http2httpError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go3625 type http2httpError struct { struct
3626 _ http2incomparable
3627 msg string
3628 timeout bool
3631 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 }