pub trait ModifyResponseBody: Sync + Send { // Required method fn handle(&self, data: Bytes) -> Bytes; }
Trait for modifying the response body