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

Changelog

php-http-request2 (2.3.0-1ubuntu6) impish; urgency=medium

  * d/p/remove-obsolete-magic-quotes-function.patch: Drop
    get_magic_quotes_runtime()

 -- Bryce Harrington <email address hidden>  Tue, 15 Jun 2021 05:52:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [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-1ubuntu6.debian.tar.xz 13.1 KiB 24f71dd858bf17795956872aa29d8d771cf7ba05e6bf0205f5728802a5c8a556
php-http-request2_2.3.0-1ubuntu6.dsc 2.2 KiB 269c29ff833e66505677bbfa90c992c7d41ffb1b5a1f1be2cdc556c14511a824

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