Lines Matching defs:can_ssl
532 #pod =method can_ssl
534 #pod $ok = HTTP::Tiny->can_ssl;
535 #pod ($ok, $why) = HTTP::Tiny->can_ssl;
536 #pod ($ok, $why) = $http->can_ssl;
549 sub can_ssl {
1621 my($ok, $reason) = HTTP::Tiny->can_ssl();
2031 =head2 can_ssl
2033 $ok = HTTP::Tiny->can_ssl;
2034 ($ok, $why) = HTTP::Tiny->can_ssl;
2035 ($ok, $why) = $http->can_ssl;
2082 encryption fails. You can also use C<HTTP::Tiny::can_ssl()> utility function