Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ String
Method
String
internal/http3/error_codes.go:33–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
)
32
33
func
(e ErrCode) String() string {
34
s := e.string()
35
if
s !=
""
{
36
return
s
37
}
38
return
fmt.Sprintf(
"unknown error code: %#x"
, uint16(e))
39
}
40
41
func
(e ErrCode) string() string {
42
switch
e {
Callers
3
TestNewClientConnAndRawClientConn
Function · 0.45
doRoundTripOpt
Method · 0.45
dial
Method · 0.45
Calls
1
string
Method · 0.95
Tested by
1
TestNewClientConnAndRawClientConn
Function · 0.36