p5-http-tiny icon indicating copy to clipboard operation
p5-http-tiny copied to clipboard

Tiny HTTP Client

Results 10 p5-http-tiny issues
Sort by recently updated
recently updated
newest added

I apologize that I don't have a better reproducer for this; I tried, but it's some weird combination of things I couldn't exactly get to happen locally. It is possible,...

Bug

I'm using an API that can take multiple strings, and returns a result for each string, in the same order as the strings were provided. Initially I was doing this:...

Wishlist

\[This is reposted from a comment on #99] My read of the spec for 307/308 is that we must not redirect automatically with the same method without the user doing...

Wishlist

Would it be feasible to introduce either of two changes: 1) A `read_timeout` setting that defaults to the regular `timeout` but is used as an override when HTTP::Tiny::Handle is instantiated...

Wishlist

I saw this page summarizing some changes: http://evertpot.com/http-11-updated/ We need to review changes and double check how we hold up with the new RFC. The one that jumps out that...

Needs Investigation

`request` (and `get`, `post`, etc) accepts an option called `headers`. Its return hashref also includes a key called `headers`. But the constructor accepts an option called `default_headers`. I accidentally used...

Wishlist

I have a use case for logging some information about the request (what headers were actually sent). Does adding a hook/callback just before `$handle->write_request($request);` sound reasonable? If so, I can...

Wishlist

# BACKGROUND Before I start: The actual patch in https://github.com/chansen/p5-http-tiny/pull/151 is not honestly a bad starting point here, it appears this fact has been obscured in the pre-existing discussion due...

I'm hoping these will make the links better on metacpan, though the `/` in the SSL one is a bit sus. - SSL SUPPORT -> /TLS/SSL SUPPORT - LIMITATIONS ->...

Hello, After I upgraded HTTP::Tiny from version 0.083 to 0.084, the cpan command fails even with the environment variable ```PERL_HTTP_TINY_SSL_INSECURE_BY_DEFAULT``` set to 1. I usually use cpan and cpanm. I...