nghttp2/python
Tatsuhiro Tsujikawa 2a96d433ec Add nghttp2_hd_inflate_hd2() and deprecate nghttp2_hd_inflate_hd()
The difference between them are former has const qualifier to the |in|
parameter, which is desirable since it is effectively read-only.
2016-05-14 18:25:20 +09:00
..
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
CMakeLists.txt cmake: clean more files, fix python dependency 2016-03-13 17:36:03 +01:00
Makefile.am Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
calcratio.py Add aux script 2014-10-18 18:55:07 +09:00
cnghttp2.pxd Add nghttp2_hd_inflate_hd2() and deprecate nghttp2_hd_inflate_hd() 2016-05-14 18:25:20 +09:00
hpackcheck.py python: Remove draft from hpack checker 2015-07-30 22:12:08 +09:00
hpackmake.py python: Remove draft from hpack checker 2015-07-30 22:12:08 +09:00
install-python.cmake.in cmake: add python support 2016-02-16 12:17:49 +01:00
nghttp2.pyx Add nghttp2_hd_inflate_hd2() and deprecate nghttp2_hd_inflate_hd() 2016-05-14 18:25:20 +09:00
setup.py.in cmake: add python support 2016-02-16 12:17:49 +01:00
wsgi.py Add experimental WSGI server implementation 2014-04-06 21:33:32 -07:00