1
0
mirror of https://github.com/actix/actix-website synced 2025-08-01 05:41:50 +02:00

First pass at 'Application' section

This commit is contained in:
Cameron Dershem
2019-06-13 03:24:25 -04:00
parent 577dd90341
commit 992d182910
11 changed files with 91 additions and 146 deletions

View File

@@ -27,7 +27,6 @@ actix-web = "{{< actix-version "actix-web" >}}"
In order to implement a web server, we first need to create a request handler.
<!-- TODO: Handler has been deprecated -->
A request handler is a function that accepts an `HttpRequest` instance as its only parameter
and returns a type that can be converted into `HttpResponse`: