http-useragent
http-useragent copied to clipboard
Web user agent class for Perl 6.
There is a [rakudo ticket](https://github.com/rakudo/rakudo/issues/1501) with more details, but I think it's a good idea to keep another ticket here so that we can discuss HTTP::UserAgent-specific things.
Installed through zef on AppVeyor with `os: Visual Studio 2015`: ``` ===> Testing: HTTP::UserAgent:ver:auth # NETWORK_TESTING was not set # NETWORK_TESTING was not set # NETWORK_TESTING was not set #...
This makes date fields that fall on a Wednesday unparseable, and may also cause some base64 fields to not work properly. Consider the following examples: ``` expires: Wed, 27 Jan...
If I build an HTTP::Response object that places a Buf in $.content, the .Str method will fail with the following exception: Cannot use a Buf as a string, but you...
I've just lost some trying to understand why I was getting many test failures during HTTP::UserAgent installation and it turns out that some tests (110, 230, 250) rely on being...
I will attempt to golf a smaller use case than what I have, ATM.
Currently the cookies are sent on any subsequent request on the same useragent irrespective of the domain of the cookie. The code in HTTP::Cookies is commented out and needs a...
Currently, `HTTP::Response#next-request` doesn't care about `Set-Cookie` header of the response (understand just [`Location` header](https://github.com/sergot/http-useragent/blob/master/lib/HTTP/Response.pm6#L87-L104)). So, If someone wants to request with some received Cookie (like session Cookie), one has to...
Hi I faced the following situations. ``` # Failed test 'recv calls' # at t/160-issue-67.t line 21 # expected: '1' # got: '9' # Looks like you failed 1 test...
When I was testing fixes for #151 and #152 it looked like with NETWORK_TESTING set AND http_proxy set to an otherwise good proxy the tests that do SSL (t/090-ua-ssl.t and...