in reply to Re: using HTTP::Headers with HTTP::Tiny
in thread using HTTP::Headers with HTTP::Tiny

my idea was to use HTTP::Headers instead of the inbuilt headers which was there in HTTP::Tiny module, just wanted to know if its allowed or not.

  • Comment on Re^2: using HTTP::Headers with HTTP::Tiny

Replies are listed 'Best First'.
Re^3: using HTTP::Headers with HTTP::Tiny
by Corion (Patriarch) on May 17, 2015 at 17:54 UTC

    Have you read what the documentation of HTTP::Tiny has to say about headers? I find nothing there that would suggest that HTTP::Headers would be compatible with a hashref.