1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

First pass at Handlers chapter.

This commit is contained in:
Cameron Dershem
2019-06-15 16:37:08 -04:00
parent ebc6a44650
commit f7b22dfdc0
13 changed files with 238 additions and 184 deletions

View File

@ -9,4 +9,10 @@ members = [
"request-routing",
"server",
"url-dispatch",
"responder-trait",
"either"
]
exclude = [
"request-handlers",
"async-handlers",
]