valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

[Question]How to get the final real url after redirecting using DoRedirects? #1682

Closed kyle-cao closed 11 months ago

kyle-cao commented 11 months ago

Use the req.URI() method to obtain the URL before redirection

image