httpcore 1.0.4-1 source package in Ubuntu

Changelog

httpcore (1.0.4-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <email address hidden>  Wed, 06 Mar 2024 22:28:18 -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 release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcore_1.0.4-1.dsc 2.2 KiB 7ea9b120a05f4101f8617a3bf82e2ccc1879762fc724c810009bd8b6aa628746
httpcore_1.0.4.orig.tar.xz 59.9 KiB 2fef6780a9072dc45e0f6cbbb83a8a4eb984558cfe9cc59a9745ca6aa5b50d2d
httpcore_1.0.4-1.debian.tar.xz 4.1 KiB 7d1bd5b0c9d3eea629dd9e026d14a6792c6782276fd8ab2c66e7b89fda59b0ea

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.