Trait ModifyResponseBody

Source
pub trait ModifyResponseBody: Sync + Send {
    // Required method
    fn handle(&self, data: Bytes) -> Bytes;
}
Expand description

Trait for modifying the response body

Required Methods§

Source

fn handle(&self, data: Bytes) -> Bytes

Implementors§