]>
author | Charles McGarvey <chazmcgarvey@brokenzipper.com> | |
Sun, 12 Mar 2017 01:31:00 +0000 (18:31 -0700) | ||
committer | Charles McGarvey <chazmcgarvey@brokenzipper.com> | |
Sun, 12 Mar 2017 01:31:00 +0000 (18:31 -0700) | ||
commit | 37ab95fa8e56c3e7bb45016a42bb8b93cbf2f9a8 | |
tree | 41721eac260722035c8fbcfaa7772a3970fe114a | tree | snapshot |
.travis.yml | [new file with mode: 0644] | blob |
Changes | [new file with mode: 0644] | blob |
LICENSE | [new file with mode: 0644] | blob |
MANIFEST | [new file with mode: 0644] | blob |
META.json | [new file with mode: 0644] | blob |
META.yml | [new file with mode: 0644] | blob |
Makefile.PL | [new file with mode: 0644] | blob |
README | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend/AnyEvent/HTTP.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend/Furl.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend/HTTP/AnyUA.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend/HTTP/Tiny.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend/LWP/UserAgent.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend/Mojo/UserAgent.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Backend/Net/Curl/Easy.pm | [new file with mode: 0644] | blob |
lib/HTTP/AnyUA/Util.pm | [new file with mode: 0644] | blob |
t/00-compile.t | [new file with mode: 0644] | blob |
t/00-report-prereqs.dd | [new file with mode: 0644] | blob |
t/00-report-prereqs.t | [new file with mode: 0644] | blob |
t/01-new.t | [new file with mode: 0644] | blob |
t/02-shortcuts.t | [new file with mode: 0644] | blob |
t/03-post_form.t | [new file with mode: 0644] | blob |
t/04-internal-exception.t | [new file with mode: 0644] | blob |
t/10-get.t | [new file with mode: 0644] | blob |
t/11-post.t | [new file with mode: 0644] | blob |
t/12-put.t | [new file with mode: 0644] | blob |
t/13-head.t | [new file with mode: 0644] | blob |
t/14-delete.t | [new file with mode: 0644] | blob |
t/15-custom-method.t | [new file with mode: 0644] | blob |
t/20-data_callback.t | [new file with mode: 0644] | blob |
t/21-basic-auth.t | [new file with mode: 0644] | blob |
t/22-redirects.t | [new file with mode: 0644] | blob |
t/23-content-coderef.t | [new file with mode: 0644] | blob |
t/app.psgi | [new file with mode: 0644] | blob |
t/lib/MockBackend.pm | [new file with mode: 0644] | blob |
t/lib/Server.pm | [new file with mode: 0644] | blob |
t/lib/Util.pm | [new file with mode: 0644] | blob |
xt/author/clean-namespaces.t | [new file with mode: 0644] | blob |
xt/author/critic.t | [new file with mode: 0644] | blob |
xt/author/eol.t | [new file with mode: 0644] | blob |
xt/author/no-tabs.t | [new file with mode: 0644] | blob |
xt/author/pod-coverage.t | [new file with mode: 0644] | blob |
xt/author/pod-no404s.t | [new file with mode: 0644] | blob |
xt/author/pod-syntax.t | [new file with mode: 0644] | blob |
xt/author/portability.t | [new file with mode: 0644] | blob |
xt/release/cpan-changes.t | [new file with mode: 0644] | blob |
xt/release/distmeta.t | [new file with mode: 0644] | blob |
xt/release/minimum-version.t | [new file with mode: 0644] | blob |