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

Function newStandardClientTransport

client/transport.go:46–48  ·  view source on GitHub ↗
(client *fasthttp.Client)

Source from the content-addressed store, hash-verified

44}
45
46func newStandardClientTransport(client *fasthttp.Client) *standardClientTransport {
47 return &standardClientTransport{client: client}
48}
49
50func (s *standardClientTransport) Do(req *fasthttp.Request, resp *fasthttp.Response) error {
51 return s.client.Do(req, resp)

Calls

no outgoing calls