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