php-http-request2 2.3.0-1ubuntu7 source package in Ubuntu

Changelog

php-http-request2 (2.3.0-1ubuntu7) jammy; urgency=medium

  * No change rebuild for PHP 8.1

 -- Bryce Harrington <email address hidden>  Wed, 27 Oct 2021 00:07:31 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-http-request2_2.3.0.orig.tar.gz 116.9 KiB d57646f0f7a3e1a3b455b7c78e29c78fa0d377881956ce3152e43422c1c6bbde
php-http-request2_2.3.0-1ubuntu7.debian.tar.xz 13.2 KiB d240a438d66f953d87711d2e85c49aae482f0ead8a76d3fe1968b3a4571b65f1
php-http-request2_2.3.0-1ubuntu7.dsc 2.2 KiB c3b0fccd3f3fede42662004211561f8c99e5c6de3d32c95c9d1f725c44e7e51a

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