httpcore 1.0.2-1 source package in Ubuntu

Changelog

httpcore (1.0.2-1) unstable; urgency=medium

  * Team Upload.
  * New upstream release.
  * Refresh patches.
  * Migrate to hatchling with pybuild-plugin-pyproject.

 -- Stefano Rivera <email address hidden>  Mon, 01 Jan 2024 18:00:38 -0400

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcore_1.0.2-1.dsc 1.8 KiB 44824be39a034b3299204a147f8b32e902b718a6634c380965b9b24ee8832fb1
httpcore_1.0.2.orig.tar.gz 93.3 KiB a4354cd7291b667110f2146875c0db38cf3151c33a83b81be74c30994ce246d6
httpcore_1.0.2-1.debian.tar.xz 4.1 KiB cb79a57d3776406f74f5a978cf050048f03f2527b71ef5bbe0cea280a872164f

Available diffs

No changes file available.

Binary packages built by this source

python3-httpcore: minimal low-level HTTP client

 The HTTP Core package provides a minimal low-level HTTP client, which does one
 thing only. Sending HTTP requests.
 .
 It does not provide any high level model abstractions over the API, does not
 handle redirects, multipart uploads, building authentication headers,
 transparent HTTP caching, URL parsing, session cookie handling, content or
 charset decoding, handling JSON, environment based configuration defaults, or
 any of that Jazz.
 .
 Some things HTTP Core does do:
 .
  * Sending HTTP requests.
  * Provides both sync and async interfaces.
  * Supports HTTP/1.1 and HTTP/2.
  * Async backend support for asyncio and trio.
  * Automatic connection pooling.
  * HTTP(S) proxy support.