MCPcopy 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
129type headerFieldValueError string
130
131func (e headerFieldValueError) Error() string {
132 return fmt.Sprintf("invalid header field value for %q", string(e))

Callers 1

readMetaFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected