nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 4e0ca71ef0 python: Add experimental python extension module
To build extension module, cython is required.
The module is not built with `make` in the top directory.
A user has to run `make build_ext` in python directory.
Currently header compression objects are available for testing.
2013-12-14 23:54:09 +09:00
doc doc: Add link to github pages 2013-12-07 14:56:13 +09:00
examples Remove nghttp2_submit_* API functions which has char **nv parameter 2013-12-08 21:39:43 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
hdtest nghttp2_hd: Provide dedicated function to enable no reference set feature 2013-12-14 18:48:41 +09:00
lib Add nghttp2_free() 2013-12-14 23:49:16 +09:00
m4 Add ax_cxx_compile_stdcxx_11 to check C++11 availability and flags 2013-08-06 21:20:36 +09:00
python python: Add experimental python extension module 2013-12-14 23:54:09 +09:00
src Revert 0b7b95923e 2013-12-13 21:46:41 +09:00
tests nghttp2_hd: Provide dedicated function to enable no reference set feature 2013-12-14 18:48:41 +09:00
.gitignore Update .gitignore 2013-11-04 18:39:48 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am python: Add experimental python extension module 2013-12-14 23:54:09 +09:00
NEWS Rebranding nghttp2 2013-07-13 00:43:06 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Update README.rst 2013-12-09 00:06:53 +09:00
android-config android-config: Use libxml2 2013-09-19 23:53:57 +09:00
android-make Rebranding nghttp2 2013-07-13 00:43:06 +09:00
configure.ac python: Add experimental python extension module 2013-12-14 23:54:09 +09:00
makerelease.sh Add sample pac file and release script 2013-01-12 17:05:11 +09:00
mkhufftbl.py Add auto-generation tools 2013-10-16 01:23:10 +09:00
mkstatichdtbl.py nghttp2_hd: Share static table globally 2013-10-24 22:09:40 +09:00
nghttpx.conf.sample Rename shrpx.conf.sample as nghttpx.conf.sample 2013-08-30 22:46:28 +09:00
proxy.pac.sample Add sample pac file and release script 2013-01-12 17:05:11 +09:00

README

See README.rst