+4
-1
Cargo.lock
+4
-1
Cargo.lock
···
+4
slingshot/Cargo.toml
+4
slingshot/Cargo.toml
···
···
+6
-2
slingshot/src/consumer.rs
+6
-2
slingshot/src/consumer.rs
···
+18
-2
slingshot/src/error.rs
+18
-2
slingshot/src/error.rs
···
+2
slingshot/src/lib.rs
+2
slingshot/src/lib.rs
+8
-1
slingshot/src/main.rs
+8
-1
slingshot/src/main.rs
······
······
+18
-7
slingshot/src/record.rs
+18
-7
slingshot/src/record.rs
···
···
+308
slingshot/src/server.rs
+308
slingshot/src/server.rs
···
···+async fn instrument_handler<T, H, R>(ctx: &RequestContext<T>, handler: H) -> Result<R, HttpError>+histogram!("server_handler_latency", "endpoint" => endpoint).record(latency.as_micros() as f64);
slingshot/static/favicon.ico
slingshot/static/favicon.ico
This is a binary file and will not be displayed.
+53
slingshot/static/index.html
+53
slingshot/static/index.html
···
···+<meta name="description" content="API Documentation for Slingshot, a fast edge cache for getRecord" />