tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Request: shrpx: add customized request header #147

Closed antsn closed 8 years ago

antsn commented 8 years ago

I want to use shrpx as a proxy for googlezip and skyzip, but find no way to modify the request header. Please add an option for this!

tatsuhiro-t commented 8 years ago

Please consider to use nghttpx from nghttp2 project. It has --add-request-header option.

antsn commented 8 years ago

Thanks!