Semirix

Results 16 comments of Semirix

@drmingdrmer I have updated my issue. I made an assumption on `metrics()` from skimming the docs.

@drmingdrmer What I meant by structured is that there would be a `RaftEvent` enum or possibly struct with an enum that had all the variants of different events instead of...

@theduke @jrop Any news on this? I would really benefit from this functionality being merged.

I've managed to find a hack workaround: ```rs use futures::future::FutureExt; use actix_web::{dev::Service as _}; app.wrap_fn(|request, service| { let path = request.path().to_owned(); service.call(request).map(move |response| { if path.contains("/static") { response.and_then(|mut response| {...

@Vikaton +1 I would be really interested to know as well. This is the only feature that I miss from C++.