Actix-web: Feature request: follow redirects with actix_web::client

Created on 29 Nov 2018  路  3Comments  路  Source: actix/actix-web

I am currently using actix-web, which has been a joy to use. The application also needs to download files, and as actix-web's client doesn't seem able to follow redirects I am using reqwest instead. I realise this feature isn't as simple as it sounds, as it would need to detect redirect loops and have a redirect limit, but it would be nice to be able to use actix-web's client for this.

P-awc

Most helpful comment

The prop is there but it doesn't do anything.

All 3 comments

According to the documentation, this is implemented in awc 1.01, and possibly earlier. I believe this issue can be closed.

The prop is there but it doesn't do anything.

closing in favor of newer #1571. working on a fix.

Was this page helpful?
0 / 5 - 0 ratings