1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 00:50:20 +02:00

re-instate accept-encoding typed header (#2482)

This commit is contained in:
Rob Ede
2021-12-02 17:04:40 +00:00
committed by GitHub
parent 2a72bdae09
commit deece8d519
11 changed files with 190 additions and 215 deletions

View File

@@ -67,6 +67,7 @@ common_header! {
vec![b"da, en-gb;q=0.8, en;q=0.7"]
);
common_header_test!(
not_ordered_by_weight,
vec![b"en-US, en; q=0.5, fr"],