mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 05:18:44 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
50a9d9e2c5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ type HttpNewService = BoxedNewService<(), ServiceRequest, ServiceResponse, Error
|
||||||
/// Resource in turn has at least one route.
|
/// Resource in turn has at least one route.
|
||||||
/// Route consists of an handlers objects and list of guards
|
/// Route consists of an handlers objects and list of guards
|
||||||
/// (objects that implement `Guard` trait).
|
/// (objects that implement `Guard` trait).
|
||||||
/// Resources and rouets uses builder-like pattern for configuration.
|
/// Resources and routes uses builder-like pattern for configuration.
|
||||||
/// During request handling, resource object iterate through all routes
|
/// During request handling, resource object iterate through all routes
|
||||||
/// and check guards for specific route, if request matches all
|
/// and check guards for specific route, if request matches all
|
||||||
/// guards, route considered matched and route handler get called.
|
/// guards, route considered matched and route handler get called.
|
||||||
|
|
Loading…
Reference in a new issue