]>
author | Charles McGarvey <chazmcgarvey@brokenzipper.com> | |
Mon, 27 Feb 2017 06:40:38 +0000 (23:40 -0700) | ||
committer | Charles McGarvey <chazmcgarvey@brokenzipper.com> | |
Sun, 12 Mar 2017 01:05:34 +0000 (18:05 -0700) | ||
commit | b671717fae8b8c6b3f22355f4c16b5cbe0a8ffd0 | |
tree | e3008d0be778d1573168abd0b617853ec6da5c8b | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
.travis.yml | [new file with mode: 0644] | blob |
Changes | [new file with mode: 0644] | blob |
LICENSE | [new file with mode: 0644] | blob |
Makefile | [new file with mode: 0644] | blob |
dist.ini | [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/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 |