Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

metrics: status code: just the number

phil ff0003c1 9c2091db

+1
+1
ufos/src/server/mod.rs
··· 63 63 Ok(response) => response.status_code(), 64 64 Err(ref e) => e.status_code.as_status(), 65 65 } 66 + .as_str() // just the number (.to_string()'s Display does eg `200 OK`) 66 67 .to_string(); 67 68 let endpoint = ctx.endpoint.operation_id.clone(); 68 69 let headers = ctx.request.headers();