perl6-http-client
perl6-http-client copied to clipboard
Build HTTP Clients easily with Perl 6
Change references of Perl 6 to Raku
Without running the internal HTTP::Easy example, i cannot depend on HTTP::Client. Could you explain what the issue you are having with rakudo perl6? I want to use HTTP::Client for https://github.com/azawawi/farabi6/...
Trying to upload a binary encoded file currently fails due to a bug in `lib/HTTP/Client/Request.pm6` on line 218. The error given is ``` Cannot use a Buf as a string,...
The following program called mine returns the following error : Type check failed in binding $str; expected 'Str' but got 'Array' in sub unbase at src/gen/m-CORE.setting:6857 in block at lib/HTTP/Client/Response.pm6:113...
Any attempt to access the contents of an HTTP Response results in a crash, with an exception being thrown. Exception: Nominal type check failed for parameter '$str'; expected Str but...
Did you consider letting the API exploit some of the shiny elegant Perl 6 features like assignable (rw) accessors and overloadable subscript operators? This seems so Perl 5'ish to me:...
Hi I'm tracking progress of 2.0 version (to use it later in JSON::RPC::Client as you suggested) and I see that current version has the same performance issue as LWP::Simple -...