openresty / test-nginx

Data-driven test scaffold for Nginx C module and OpenResty Lua library development
http://search.cpan.org/dist/Test-Nginx
438 stars 105 forks source link

construct curl cmd by directive #137

Closed woodgear closed 2 years ago

woodgear commented 2 years ago

since that we could construct any complex curl command such as '--- curl_cmd: curl -i -sS --http2 -X GET -k --connect-to testsite.com:443:127.0.0.1:2234 https://testsite.com:443/ping' easily.