mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-22 21:55:10 +02:00
add content-encoding decompression
This commit is contained in:
@@ -193,10 +193,10 @@ where
|
||||
}
|
||||
|
||||
/// Register a request modifier. It can modify any request parameters
|
||||
/// including payload stream type.
|
||||
/// including request payload type.
|
||||
pub fn chain<C, F, P1>(
|
||||
self,
|
||||
chain: C,
|
||||
chain: F,
|
||||
) -> App<
|
||||
P1,
|
||||
impl NewService<
|
||||
|
Reference in New Issue
Block a user