AnyEvent-HTTP-ScopedClient
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
requires:
AnyEvent::HTTP: 0
Encode: 0
HTTP::Request: 0
MIME::Base64: 0
Moose: 0
Try::Tiny: 0
URI: 0
URI::Escape: 0
URI::QueryParam: 0
namespace::autoclean: 0
version: 0.0.5
Makefile.PL view on Meta::CPAN
"PREREQ_PM" => {
"AnyEvent::HTTP" => 0,
"Encode" => 0,
"HTTP::Request" => 0,
"MIME::Base64" => 0,
"Moose" => 0,
"Try::Tiny" => 0,
"URI" => 0,
"URI::Escape" => 0,
"URI::QueryParam" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"AnyEvent" => 0,
"Test::More" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
},
"VERSION" => "0.0.5",
"test" => {
lib/AnyEvent/HTTP/ScopedClient.pm view on Meta::CPAN
package AnyEvent::HTTP::ScopedClient;
{
$AnyEvent::HTTP::ScopedClient::VERSION = '0.0.5';
}
# ABSTRACT: L<AnyEvent> based L<https://github.com/technoweenie/node-scoped-http-client>
use Moose;
use namespace::autoclean;
use URI;
use Try::Tiny;
use MIME::Base64;
use HTTP::Request;
use Encode qw/encode_utf8/;
use AnyEvent::HTTP;
use URI::QueryParam;
use URI::Escape;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.101 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )