php-http-request2 2.2.1-2 source package in Ubuntu

Changelog

php-http-request2 (2.2.1-2) unstable; urgency=medium

  * Team upload, to unstable since Jessie has been released
  * Use patches as applied upstream
  * Adapt packaging to updated patches

 -- David Prévot <email address hidden>  Sat, 23 May 2015 22:19:45 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-http-request2_2.2.1-2.dsc 1.7 KiB 6127e1d686b9f787b6ff70f58a680479065d48153996ae4bfca479d0acdf18c1
php-http-request2_2.2.1.orig.tar.gz 104.8 KiB 1cb082560db3344a1189cd33a354091bd55ad1944a5c9152a2573b031d960704
php-http-request2_2.2.1-2.debian.tar.xz 9.2 KiB 4a6b5322cfbb4b8fffe1f35566da1eb30eb05800820df2a581faff4e2e211833

Available diffs

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...