I would like to be able to use the fasthttp client. But I need to be able 
to control the redirect logic. Specifically I would like to limit the 
number of redirects and abort the request if it redirects to a specific 
host.

I am able to do that using the `http.Client.CheckRedirect` function, but it 
is unclear how, or if, I could do that in fasthttp. Does anyone have 
experience in this?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to