MCPcopy 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
123type headerFieldNameError string
124
125func (e headerFieldNameError) Error() string {
126 return fmt.Sprintf("invalid header field name %q", string(e))

Callers 1

readMetaFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected