openresty / echo-nginx-module

An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file
http://wiki.nginx.org/NginxHttpEchoModule
BSD 2-Clause "Simplified" License
1.17k stars 254 forks source link

echo_client_request_headers HTTP2 support #112

Open mhofstra opened 1 year ago

mhofstra commented 1 year ago

https://github.com/openresty/echo-nginx-module#echo_client_request_headers states that this variable only works for HTTP/1.1

Are there any plans to support HTTP2? It would be really valuable to be able to access raw header information this way.