httpx 0.27.0-1 source package in Ubuntu

Changelog

httpx (0.27.0-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <email address hidden>  Thu, 07 Mar 2024 20:44:52 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpx_0.27.0-1.dsc 2.5 KiB 1fb46ba3c326ecaf0c5c4023fa43c8cd26cf6deedd9c362892264f7549748fde
httpx_0.27.0.orig.tar.xz 2.0 MiB 451eba797a1b90fd34231f7567dd7e93a6da57407019eb5ac6b735bc2b3316f9
httpx_0.27.0-1.debian.tar.xz 4.3 KiB 19f9cb628161f3c980e1fa550d1148b3b4e1ee805fa881b46d9d2f203fabd541

No changes file available.

Binary packages built by this source

python3-httpx: next generation HTTP client

 HTTPX is a fully featured HTTP client for Python 3, which provides sync and
 async APIs, and support for both HTTP/1.1 and HTTP/2.
 .
 HTTPX is a high performance asynchronous HTTP client, that builds on the
 well-established usability of requests, and gives you:
 .
  * A broadly requests-compatible API.
  * Standard synchronous interface, but with async support if you need it.
  * HTTP/1.1 and HTTP/2 support.
  * Ability to make requests directly to WSGI applications or ASGI applications.
  * Strict timeouts everywhere.
  * Fully type annotated.
  * 99% test coverage.
 .
 Plus all the standard features of requests:
 .
  * International Domains and URLs
  * Keep-Alive & Connection Pooling
  * Sessions with Cookie Persistence
  * Browser-style SSL Verification
  * Basic/Digest Authentication
  * Elegant Key/Value Cookies
  * Automatic Decompression
  * Automatic Content Decoding
  * Unicode Response Bodies
  * Multipart File Uploads
  * HTTP(S) Proxy Support
  * Connection Timeouts
  * Streaming Downloads
  * .netrc Support
  * Chunked Requests