diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-21 14:14:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-21 14:14:49 +0000 |
commit | 21ad904f047f4d26a208d15b3837e120b8e67757 (patch) | |
tree | 5a3c653d73e4bb824c05ada8ead302ffad458780 /www/p5-HTTP-Thin/pkg-descr | |
parent | b16926ab43a4336eea4548b2b45fdd598ef12664 (diff) | |
download | ports-21ad904f047f4d26a208d15b3837e120b8e67757.tar.gz ports-21ad904f047f4d26a208d15b3837e120b8e67757.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Thin/pkg-descr')
-rw-r--r-- | www/p5-HTTP-Thin/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-HTTP-Thin/pkg-descr b/www/p5-HTTP-Thin/pkg-descr new file mode 100644 index 000000000000..fffb73729503 --- /dev/null +++ b/www/p5-HTTP-Thin/pkg-descr @@ -0,0 +1,7 @@ +HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in +HTTP::Request objects and get back HTTP::Response objects. The maintainers of +HTTP::Tiny, justifiably, don't want to have to maintain compatibility but many +other projects already consume the HTTP::Message objects. This is just glue code +doing what it does best. + +WWW: http://search.cpan.org/dist/HTTP-Thin/ |