Lines Matching refs:HTTP
30 use HTTP::Tiny 0.056;
46 # HTTP - No TLS/SSL - (not recommended)
47 # http://www.ietf.org/timezones/data/leap-seconds.list
277 # HTTP::Tiny doesn't export a method to explicitly close a connected
278 # socket, therefore, we instantiate the lexically scoped $http object in
284 my $http;
287 $http = HTTP::Tiny->new(%SSL_ATTRS);
288 (my $ok, my $why) = $http->can_ssl;
292 $http = HTTP::Tiny->new();
295 my $reply = $http->get($LEAPSRC);
467 HTTP::Tiny - version >= 0.056