sergot / http-useragent

Web user agent class for Perl 6.
MIT License
37 stars 39 forks source link

Is it able to follow to a new pages, status 301? #176

Closed kokinarido closed 7 years ago

kokinarido commented 7 years ago

Curl is able to follow a request: when a request returns the status 301, curl is able to automatically make one more request, namely, it'll automatically load a new url which is said to be followed. Is this library able to follow a request too?

ugexe commented 7 years ago

What have you already tried?

kokinarido commented 7 years ago

@ugexe get out of here, stupid stackoverlow'er

moritz commented 7 years ago

Please mind your manners, @kokinarido. Also this is a bug tracker, not a support forum. If you have a bug to report, please include the code that demonstrates the bug.