diff --git a/layouts/index.html b/layouts/index.html index b47a215..4a1d6c6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -59,10 +59,9 @@ fn main() { -
Handler functions in actix can return a wide range of objects that @@ -82,8 +81,7 @@ fn current_temperature(_req: HttpRequest) -> impl Responder { Json(Measurement { temperature: 42.3 }) }` "rust" "" }}
Actix comes with a powerful extractor system that extracts data
@@ -104,8 +102,7 @@ fn capture_event(evt: Json
Handling multipart/urlencoded form data is easy. Just define
@@ -123,10 +120,12 @@ fn register(data: Form