1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00:00
actix-web/src
2019-03-16 21:09:11 -07:00
..
extract introduce RouteData extractor 2019-03-16 21:09:11 -07:00
middleware add identity middleware tests 2019-03-10 17:16:32 -07:00
app.rs introduce RouteData extractor 2019-03-16 21:09:11 -07:00
app_service.rs rename State to a Data 2019-03-16 20:17:27 -07:00
config.rs use actix_web::Error for middleware errors 2019-03-10 16:35:38 -07:00
data.rs introduce RouteData extractor 2019-03-16 21:09:11 -07:00
error.rs map BlockingError 2019-03-11 23:19:05 -07:00
guard.rs add doc string to guards 2019-03-07 15:37:39 -08:00
handler.rs use actix_web::Error for middleware errors 2019-03-10 16:35:38 -07:00
info.rs propogate app config with http request; add tests for url_for 2019-03-09 14:06:24 -08:00
lib.rs introduce RouteData extractor 2019-03-16 21:09:11 -07:00
request.rs simplify extractor configuration, config is optional now 2019-03-10 10:53:56 -07:00
resource.rs use actix_web::Error for middleware errors 2019-03-10 16:35:38 -07:00
responder.rs more tests 2019-03-12 22:57:09 -07:00
rmap.rs propogate app config with http request; add tests for url_for 2019-03-09 14:06:24 -08:00
route.rs introduce RouteData extractor 2019-03-16 21:09:11 -07:00
scope.rs use actix_web::Error for middleware errors 2019-03-10 16:35:38 -07:00
server.rs more tests 2019-03-12 22:57:09 -07:00
service.rs introduce RouteData extractor 2019-03-16 21:09:11 -07:00
test.rs use better name Route::data instead of Route::config 2019-03-16 11:58:01 -07:00