php-http-request2 2.1.1-4 source package in Ubuntu

Changelog

php-http-request2 (2.1.1-4) unstable; urgency=low


  * [578bb68] set section to php
  * [18c2168] remove needless d/dirs
  * [d02113a] remove needless and empty directory
  * [92a00d0] fix bsd license block at d/copyright
  * [21a41ad] remove needles d/README.Debian
  * [1b29308] remove dh-make template header from d/rules
  * (Closes: #651960)

 -- Sascha Girrulat <email address hidden>  Thu, 29 Aug 2013 14:46:38 +0200

Upload details

Uploaded by:
Sascha Girrulat
Uploaded to:
Sid
Original maintainer:
Sascha Girrulat
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-http-request2_2.1.1-4.dsc 2.0 KiB e7a502662347602fb1c0c2252b8ce42353d415cc065db0a58ed9a4160f10731c
php-http-request2_2.1.1.orig.tar.gz 96.8 KiB 6f809dcdf3912847d43068791a0565b9e69f2bf41200aa23aad436498c665918
php-http-request2_2.1.1-4.debian.tar.gz 3.7 KiB 5025407182d0d2cf48f97aa686c1ca8054280e2d172d163a18bf887c1662b91c

No changes file available.

Binary packages built by this source

php-http-request2: Provides an easy way to perform HTTP requests

 PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides
 cleaner API and pluggable Adapters:
   * Socket adapter, based on old HTTP_Request code,
   * Curl adapter, wraps around PHP's cURL extension,
   * Mock adapter, to use for testing packages dependent on HTTP_Request2.
 Supports POST requests with data and file uploads, basic and digest
 authentication, cookies, managing cookies across requests, proxies, gzip
 and
 deflate encodings, redirects, monitoring the request progress with
 Observers...