in client/src/utils.rs [28:32]
fn get_i32(&self, key: impl AsHeaderName) -> Option<i32> { self.get(key) .and_then(|value| value.to_str().ok()) .and_then(|value| value.parse::<i32>().ok()) }