chansen / p5-http-tiny

Tiny HTTP Client
https://metacpan.org/dist/HTTP-Tiny
53 stars 52 forks source link

Fixes #80 - Redirection and persistent connections #81

Closed ghost closed 8 years ago

ghost commented 8 years ago

Redirection reads the entire response and doesn't close the connection. "redirects", a new attribute of responses, contains a arrayref of responses representing redirections.

xdg commented 8 years ago

Looks OK, but I want to give it a little more time to think it through.

xdg commented 8 years ago

applied as bdda6a6