mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
simplify Handler trait
This commit is contained in:
@ -71,7 +71,7 @@ fn main() {
|
||||
|
||||
## Handler
|
||||
|
||||
A request handler can have several different forms.
|
||||
A request handler can have different forms.
|
||||
|
||||
* Simple function that accepts `HttpRequest` and returns `HttpResponse` or any
|
||||
type that can be converted into `HttpResponse`.
|
||||
|
Reference in New Issue
Block a user