MCPcopy
hub / github.com/valyala/fasthttp / Error

Method Error

uri.go:484–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482type EscapeError string
483
484func (e EscapeError) Error() string {
485 return "invalid URL escape " + strconv.Quote(string(e))
486}
487
488type InvalidHostError string
489

Callers 15

TestNoOverwriteInputFunction · 0.45
TestIssue932Function · 0.45
BodyMethod · 0.45
bodyBytesMethod · 0.45
SwapBodyMethod · 0.45
SwapBodyMethod · 0.45
BodyMethod · 0.45

Calls

no outgoing calls