MCPcopy
hub / github.com/gofiber/fiber / DoDeadline

Method DoDeadline

client/core_test.go:503–505  ·  view source on GitHub ↗
(req *fasthttp.Request, resp *fasthttp.Response, _ time.Time)

Source from the content-addressed store, hash-verified

501}
502
503func (b *blockingErrTransport) DoDeadline(req *fasthttp.Request, resp *fasthttp.Response, _ time.Time) error {
504 return b.Do(req, resp)
505}
506
507func (b *blockingErrTransport) DoRedirects(req *fasthttp.Request, resp *fasthttp.Response, _ int) error {
508 return b.Do(req, resp)

Callers

nothing calls this directly

Calls 1

DoMethod · 0.95

Tested by

no test coverage detected