Source: php-http-request
Section: php
Priority: optional
Maintainer: PKG-PHP-PEAR team <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Thijs Kinkhorst <thijs@debian.org>, Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 8), pkg-php-tools
Standards-Version: 3.9.2
Homepage: http://pear.php.net/package/HTTP_Request/
Vcs-Browser: http://git.debian.org/?p=pkg-php/php-http-request.git
Vcs-Git: http://git.debian.org/git/pkg-php/php-http-request.git

Package: php-http-request
Architecture: all
Depends: php-net-url, php-net-socket, ${misc:Depends}
Pre-Depends: php-pear (>= 5.3)
Description: PEAR class to provide an easy way to perform HTTP requests
 php-http-request is a PEAR class that implements the HTTP protocol, and allows
 you to perform web queries in a simple way. It supports all the standard forms
 of HTTP queries like GET, POST, HEAD, TRACE, PUT or DELETE, and also can
 use the Basic authentication, Proxy, Proxy Authentication, SSL, file uploads,
 and more etc.
