Open pksunkara opened 4 years ago
Some of middlewares nested above might add some common headers, and we might want to remove them for certain routes. (Example situation). So, we want a middleware that can remove headers from the response.
HeaderRemover::new(vec!["x-runtime"])
Some of middlewares nested above might add some common headers, and we might want to remove them for certain routes. (Example situation). So, we want a middleware that can remove headers from the response.