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:
@@ -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`:
|
||||
|
||||
|
Reference in New Issue
Block a user