We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054cd1e commit 8992cd4Copy full SHA for 8992cd4
delayserver/src/main.rs
@@ -22,6 +22,7 @@ The server then delays the response for the requested time and echoes the messag
22
REQUESTS:
23
--------
24
";
25
+
26
static COUNTER: AtomicUsize = AtomicUsize::new(1);
27
28
#[get("/{delay}/{message}")]
0 commit comments