test_http_compression_is_enabled

Macro test_http_compression_is_enabled 

Source
macro_rules! test_http_compression_is_enabled {
    () => { ... };
}
Expand description

Define a test that checks that http compression is enabled for the client.

Requires httpmock in dev-dependencies