Letter P

python3-dugong - Python 3.x HTTP 1.1 client module

Website: https://bitbucket.org/nikratio/python-dugong
License: Python
Vendor: Alcance Libre, Inc.
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.

Packages

python3-dugong-3.7.5-2.fc14.al.src [212 KiB] Changelog by Joel Barrios (2020-06-11):
- Rebuild for ALDOS 1.4.15.

Listing created by Repoview-0.6.6-6.fc14.al