1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

Handlers done-ish.

This commit is contained in:
Cameron Dershem
2019-06-20 02:04:22 -04:00
parent 4291b822fc
commit 59f010461a
8 changed files with 62 additions and 79 deletions

View File

@ -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>