httpcore 0.17.3-1 source package in Ubuntu

Changelog

httpcore (0.17.3-1) unstable; urgency=medium

  * New upstream release; Closes: #1041479

 -- Sandro Tosi <email address hidden>  Wed, 19 Jul 2023 22:58:26 -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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcore_0.17.3-1.dsc 2.3 KiB f070a0f2054feb52432068da63acbdbbb2330255a7c9fa1c473a39a1f22d05bf
httpcore_0.17.3.orig.tar.xz 56.2 KiB 39d9fd8f4cdce313812c96bd68afcc32b1b9d6550e617c7c645864c46839048a
httpcore_0.17.3-1.debian.tar.xz 3.8 KiB eec58fa8250bcf860ab504391218ebca8b2e5602d71dc7b9473f3fcf285aca41

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.