We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error is not returned
$VAR1 = bless( { '_content' => 'LWP will support https URLs if the LWP::Protocol::https module is installed. ', '_rc' => 501, '_headers' => bless( { 'client-warning' => 'Internal response', 'client-date' => 'Thu, 11 Jul 2013 18:57:39 GMT', 'content-type' => 'text/plain', '::std_case' => { 'client-warning' => 'Client-Warning', 'client-date' => 'Client-Date' } }, 'HTTP::Headers' ), '_msg' => 'Protocol scheme \'https\' is not supported (LWP::Protocol::https not installed)', '_request' => bless( { '_content' => '', '_uri' => bless( do{\(my $o = 'https://api.jiffybox.de/AUTH_KEY/v1.0/jiffyBoxes/BOX_ID')}, 'URI::https' ), '_headers' => bless( { 'user-agent' => 'libwww-perl/6.05' }, 'HTTP::Headers' ), '_method' => 'GET' }, 'HTTP::Request' ) }, 'HTTP::Response' );
The text was updated successfully, but these errors were encountered:
The error occurs if you don't have LWP::Protocol::https installed
LWP::Protocol::https
Sorry, something went wrong.
No branches or pull requests
This error is not returned
The text was updated successfully, but these errors were encountered: