https://bugzilla.redhat.com/show_bug.cgi?id=1111689
Bug ID: 1111689
Summary: Review Request: python3-dugong - Python 3.x HTTP 1.1
client module
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL:
https://mega.co.nz/#!3URFWZQA!31t95lELG9w5UCQkF-8L7dO8FFmzy9Q2MHx1OZYdhBs
SRPM URL:
https://mega.co.nz/#!6I5CDKpC!vZljxmLahVWCvL0ROOvUGd98ik3SeFlitLanoOdZqdo
Description: The Python Dugong module provides an API for communicating with
HTTP 1.1 servers. It is an alternative to the standard library's http.client
(formerly httplib) module. In contrast to http.client, Dugong:
- Allows you to send multiple requests right after each other without
having to read the responses first.
- Supports waiting for 100-continue before sending the request body.
- Raises an exception instead of silently delivering partial data if the
connection is closed before all data has been received.
- Raises one specific exception (ConnectionClosed) if the connection has been
closed (while http.client connection may raise any of BrokenPipeError,
~http.client.BadStatusLine, ConnectionAbortedError, ConnectionResetError,
~http.client.IncompleteRead or simply return '' on read)
- Supports non-blocking, asynchronous operation and is compatible with the
asyncio module.
- Not compatible with old HTTP 0.9 or 1.0 servers.
All request and response headers are represented as str, but must be encodable
in latin1. Request and response body must be bytes-like objects or binary
streams.
Fedora Account System Username: cicku
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review