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

Changelog

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

  * No-change rebuild against php 7

 -- Nish Aravamudan <email address hidden>  Thu, 31 Mar 2016 02:10:56 +0000

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Sascha Girrulat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-http-request2_2.2.1.orig.tar.gz 104.8 KiB 1cb082560db3344a1189cd33a354091bd55ad1944a5c9152a2573b031d960704
php-http-request2_2.2.1-2build1.debian.tar.xz 9.3 KiB 20a35329bb9eac9cb268d58ec4482fa901be06df2a3f916b5db888d94d6568aa
php-http-request2_2.2.1-2build1.dsc 2.1 KiB ed2c996e17624eb241cfcd0d918bca25773f1d9194a50f372f27e4e179252eed

View changes file

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