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

What do you mean "along with"? What do you want to achieve?

HTTP::Tiny is a tiny HTTP client. It does not have many features. LWP::UserAgent is for when you need more than simply fetching a single resource.

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

Replies are listed 'Best First'.
Re^2: using HTTP::Headers with HTTP::Tiny
by Anonymous Monk on May 17, 2015 at 17:40 UTC

    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.

      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.