mirror of
https://github.com/actix/actix-website
synced 2025-08-31 00:50:20 +02:00
Handlers done-ish.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
mod handlers_arc;
|
||||
// <main>
|
||||
// <handler>
|
||||
use actix_web::{dev::Handler, server, App, HttpRequest, HttpResponse};
|
||||
use std::cell::Cell;
|
||||
|
||||
@@ -22,4 +22,4 @@ fn main() {
|
||||
.unwrap()
|
||||
.run();
|
||||
}
|
||||
// </main>
|
||||
// </handler>
|
||||
|
Reference in New Issue
Block a user