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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.14.0-alt1
Build date: 30 december 2022, 10:15 ( 68.0 weeks ago )
Size: 90.29 Kb

Home page:   https://github.com/python-hyper/h11

License: BSD 3-Clause License
Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
Description:

This is a little HTTP/1.1 library written from scratch in Python,
heavily inspired by hyper-h2.

It's a "bring-your-own-I/O" library; h11 contains no IO code whatsoever.
This means you can hook h11 up to your favorite network API,
and that could be anything you want: synchronous, threaded, asynchronous,
or your own implementation of RFC 6214 -- h11 won't judge you.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

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