svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

GZIP support #239

Open OlafvdSpek opened 7 years ago

OlafvdSpek commented 7 years ago

pyresttest doesn't appear to support GZIP requests / responses yet, could this be supported?

postmart commented 7 years ago

did you try to enable gzip first?

- test:
    - curl_option_encoding: "gzip"
OlafvdSpek commented 7 years ago

No. Why isn't it enabled by default? And how do I enable this for all tests?

postmart commented 7 years ago

To enable for all the tests put it under the config part.

---
- config:

Can you verify whether it worked for you?

OlafvdSpek commented 7 years ago

Neither option appears to work.