Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039492
en ru br
ALT Linux repos
S:0.17.0-alt1

Group :: Development/Python3
RPM: python3-module-httpcore

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.17.0-alt1
Build date: 29 july 2023, 19:10 ( 34.7 weeks ago )
Size: 55.36 Kb

Home page:   https://www.encode.io/httpcore/

License: BSD-3-Clause
Summary: A minimal HTTP client
Description:

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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • python3-module-httpcore
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin