pub type RequestInterceptor = Arc<dyn Fn(&mut RequestData) + Send + Sync>;
Type alias for request interceptor function
pub struct RequestInterceptor { /* private fields */ }