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

Method Do

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

Source from the content-addressed store, hash-verified

290// fasthttp.LBClient) can participate in redirect handling.
291type redirectClient interface {
292 Do(req *fasthttp.Request, resp *fasthttp.Response) error
293}
294
295// doRedirectsWithClient mirrors fasthttp's redirect loop for transports that do

Callers 15

testGracefulShutdownFunction · 0.65
mountStartupProcessMethod · 0.65
processSubAppsRoutesMethod · 0.65
signalReleasedMethod · 0.65
renderExtensionsMethod · 0.65
DoMethod · 0.65
DoMethod · 0.65
DoMethod · 0.65
doRedirectsWithClientFunction · 0.65

Implementers 7

stubRedirectClientclient/transport_test.go
standardClientTransportclient/transport.go
hostClientTransportclient/transport.go
lbClientTransportclient/transport.go
blockingErrTransportclient/core_test.go
panicTransportclient/core_test.go
Clientclient/client.go

Calls

no outgoing calls

Tested by 6

testGracefulShutdownFunction · 0.52
DoMethod · 0.52
releaseMethod · 0.52