Added support for specifying compression in tests

Refactored tests code to allow to specify compression (content-encoding) algorithm.

Added tests to verify what actix actually handle different content encodings properly.
This commit is contained in:
Andrey "MOU" Larionov 2022-10-09 19:43:51 +02:00
parent 7607a62531
commit 11b986a81d
No known key found for this signature in database
GPG key ID: 5FF293FC94C01D6A
9 changed files with 224 additions and 128 deletions

View file

@ -1,3 +1,4 @@
pub mod encoder;
pub mod index;
pub mod server;
pub mod service;