fn add_response()

in src/logging.rs [72:75]


    fn add_response<B>(mut self, response: &HttpResponse<B>) -> Self {
        self.code = Some(response.status().as_u16());
        self
    }