mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/httpx: longdescription, homepages
Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -2,8 +2,43 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>andrewammerlaan@riseup.net</email>
|
||||
<name>Andrew Ammerlaan</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>andrewammerlaan@riseup.net</email>
|
||||
<name>Andrew Ammerlaan</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Features
|
||||
|
||||
HTTPX builds on the well-established usability of requests, and gives you:
|
||||
|
||||
A broadly requests-compatible API.
|
||||
Standard synchronous interface, but with async support if you need it.
|
||||
HTTP/1.1 and HTTP/2 support.
|
||||
Ability to make requests directly to WSGI applications or ASGI applications.
|
||||
Strict timeouts everywhere.
|
||||
Fully type annotated.
|
||||
99% test coverage.
|
||||
|
||||
Plus all the standard features of requests...
|
||||
|
||||
International Domains and URLs
|
||||
Keep-Alive & Connection Pooling
|
||||
Sessions with Cookie Persistence
|
||||
Browser-style SSL Verification
|
||||
Basic/Digest Authentication
|
||||
Elegant Key/Value Cookies
|
||||
Automatic Decompression
|
||||
Automatic Content Decoding
|
||||
Unicode Response Bodies
|
||||
Multipart File Uploads
|
||||
HTTP(S) Proxy Support
|
||||
Connection Timeouts
|
||||
Streaming Downloads
|
||||
.netrc Support
|
||||
Chunked Requests
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">encode/httpx</remote-id>
|
||||
<remote-id type="pypi">httpx</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user