timerzz
Results
2
comments of
timerzz
I looked at the unit test for [Test_Client_SetProxyURL](https://github.com/gofiber/fiber/blob/main/client/client_test.go#L1537) and this unit test doesn't seem to verify that the request goes through the proxy. Maybe this unit test needs some modifications
I saw that fasthttp has a [proxy implementation](https://pkg.go.dev/github.com/valyala/fasthttp/fasthttpproxy#FasthttpHTTPDialer). Maybe we can set c.fasthttp.Dial in SetProxyURL without c.proxyURL field.