Skip to content

Files

Latest commit

f1af179 · Dec 7, 2015

History

History
44 lines (28 loc) · 1022 Bytes

CONTRIBUTORS.rst

File metadata and controls

44 lines (28 loc) · 1022 Bytes

Hyper is written and maintained by Cory Benfield and various contributors:

Development Lead

Contributors

In chronological order:

  • Sriram Ganesan (@elricL)
    • Implemented the Huffman encoding/decoding logic.
  • Alek Storm (@alekstorm)
    • Implemented Python 2.7 support.
    • Implemented HTTP/2 draft 10 support.
    • Implemented server push.
  • Tetsuya Morimoto (@t2y)
    • Fixed a bug where large or incomplete frames were not handled correctly.
    • Added hyper command-line tool.
    • General code cleanups.
  • Jerome De Cuyper (@jdecuyper)
    • Updated documentation and tests.
    • Added support for user-provided SSLContext objects.
    • Improved support for HTTP/2 error codes.
    • Added support for graceful connection closure.
  • Fred Thomsen (@fredthomsen)
    • Added support for upgrade of plaintext HTTP/1.1 to plaintext HTTP/2.
    • Added proxy support.
    • Improved IPv6 support.
  • Eugene Obukhov (@irvind)
    • General code improvements.