Subject: CVS commit: pkgsrc/www
From: Adam Ciarcinski
Date: 2020-06-03 16:18:43
Message id: 20200603141843.D310FFB27@cvs.NetBSD.org

Log Message:
py-httpcore: added version 0.9.1

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.

Files:
RevisionActionfile
1.1addpkgsrc/www/py-httpcore/DESCR
1.1addpkgsrc/www/py-httpcore/Makefile
1.1addpkgsrc/www/py-httpcore/PLIST
1.1addpkgsrc/www/py-httpcore/distinfo