raku-community-modules / LWP-Simple

LWP::Simple quick & dirty implementation for Rakudo
http://www.streppone.it/cosimo/blog/tag/LWP::Simple/
Artistic License 2.0
7 stars 9 forks source link

%headers of get request are not used #14

Closed szabgab closed 7 years ago

szabgab commented 7 years ago

If I understand it correctly in the code, the get request (and also the delete request) accepts %headers, but then disregards them.