Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ headerFieldNameError
TypeAlias
headerFieldNameError
internal/http2/errors.go:123–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
type
headerFieldNameError string
124
125
func
(e headerFieldNameError) Error() string {
126
return
fmt.Sprintf(
"invalid header field name %q"
, string(e))
Callers
1
readMetaFrame
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected