httpcore 1.0.2-2 source package in Ubuntu

Changelog

httpcore (1.0.2-2) unstable; urgency=medium

  * drop DPT

 -- Sandro Tosi <email address hidden>  Fri, 01 Mar 2024 16:26:35 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpcore_1.0.2-2.dsc 2.2 KiB 127969186f66ab9e8f63bd3b2b10f64c50159ba0d98eceef79a4c3b3f1cf1d5d
httpcore_1.0.2.orig.tar.gz 93.3 KiB a4354cd7291b667110f2146875c0db38cf3151c33a83b81be74c30994ce246d6
httpcore_1.0.2-2.debian.tar.xz 4.1 KiB a161736fba368672c94a0b5e78703719a523e3093524b57ab9c23287a5917cef

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.