()
| 29 | DoDeadline(req *fasthttp.Request, resp *fasthttp.Response, deadline time.Time) error |
| 30 | DoRedirects(req *fasthttp.Request, resp *fasthttp.Response, maxRedirects int) error |
| 31 | CloseIdleConnections() |
| 32 | TLSConfig() *tls.Config |
| 33 | SetTLSConfig(config *tls.Config) |
| 34 | SetDial(dial fasthttp.DialFunc) |
no outgoing calls