a522c3a499
This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. This library is used directly by hyper and a number of other projects to provide HTTP/2 frame decoding logic.
17 lines
657 B
Text
17 lines
657 B
Text
@comment $NetBSD: PLIST,v 1.1 2016/02/16 13:47:31 leot Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/hyperframe/__init__.py
|
|
${PYSITELIB}/hyperframe/__init__.pyc
|
|
${PYSITELIB}/hyperframe/__init__.pyo
|
|
${PYSITELIB}/hyperframe/exceptions.py
|
|
${PYSITELIB}/hyperframe/exceptions.pyc
|
|
${PYSITELIB}/hyperframe/exceptions.pyo
|
|
${PYSITELIB}/hyperframe/flags.py
|
|
${PYSITELIB}/hyperframe/flags.pyc
|
|
${PYSITELIB}/hyperframe/flags.pyo
|
|
${PYSITELIB}/hyperframe/frame.py
|
|
${PYSITELIB}/hyperframe/frame.pyc
|
|
${PYSITELIB}/hyperframe/frame.pyo
|