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

Changelog

php-http-request2 (2.3.0-1ubuntu6build1) 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

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-1ubuntu6build1.debian.tar.xz 13.2 KiB 11581b3469cf27ef6ecd95fb7e14d199cfb8e890f5af4d67a8690d272dc026bd
php-http-request2_2.3.0-1ubuntu6build1.dsc 2.2 KiB 02d6df13f5d3c7d4ea500e8132ece44aa55b5b8ece36dda4622e1710ac488db6

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