nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa ccfa13cd5b nghttpx: Rewrite location header field
We thought that this kind of rewrite can be achieved by the configuration
of the backend severs, but in some configuration, however, it may get
complicated. So we decided to implement at least location rewrite in
nghttpx.

This commit also contains a fix to the bug which prevents the http2
backend request from concatenating header fields with the same value.
2013-12-21 17:49:31 +09:00
doc doc/mkapiref.py: Support python3.3 2013-12-19 00:05:54 +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 nghttp2_hd: Don't malloc if huffman encoded string has 0 length 2013-12-19 23:19:14 +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 Update README.rst in python dir 2013-12-20 01:35:59 +09:00
src nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
tests nghttp2_hd: Don't malloc if huffman encoded string has 0 length 2013-12-19 23:19:14 +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 doc 2013-12-19 23:26:08 +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 Add check for cython and substitute python and cython in Makefile.am 2013-12-16 21:46:50 +09:00
makerelease.sh Add sample pac file and release script 2013-01-12 17:05:11 +09:00
mkhufftbl.py nghttp2_hd: Simplify huffman encode 2013-12-19 23:02:48 +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