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

Method Do

client/transport.go:50–52  ·  view source on GitHub ↗
(req *fasthttp.Request, resp *fasthttp.Response)

Source from the content-addressed store, hash-verified

48}
49
50func (s *standardClientTransport) Do(req *fasthttp.Request, resp *fasthttp.Response) error {
51 return s.client.Do(req, resp)
52}
53
54func (s *standardClientTransport) DoTimeout(req *fasthttp.Request, resp *fasthttp.Response, timeout time.Duration) error {
55 return s.client.DoTimeout(req, resp, timeout)

Callers

nothing calls this directly

Calls 1

DoMethod · 0.65

Tested by

no test coverage detected