1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00
actix-web/src
2019-03-06 19:27:18 -08:00
..
middleware fix nested resources 2019-03-06 19:27:18 -08:00
app.rs added Logger middleware 2019-03-06 19:19:27 -08:00
blocking.rs implement ResponseError trait for BlockingError 2019-03-06 10:03:37 -08:00
config.rs refactor service registration process; unify services and resources 2019-03-06 15:47:15 -08:00
extract.rs refactor service registration process; unify services and resources 2019-03-06 15:47:15 -08:00
guard.rs refactor service registration process; unify services and resources 2019-03-06 15:47:15 -08:00
handler.rs update actix-service 2019-03-05 10:08:08 -08:00
info.rs copy actix-web2 2019-03-01 22:51:32 -08:00
lib.rs added Logger middleware 2019-03-06 19:19:27 -08:00
request.rs refactor service registration process; unify services and resources 2019-03-06 15:47:15 -08:00
resource.rs fix nested resources 2019-03-06 19:27:18 -08:00
responder.rs refactor service registration process; unify services and resources 2019-03-06 15:47:15 -08:00
route.rs added Logger middleware 2019-03-06 19:19:27 -08:00
scope.rs fix nested resources 2019-03-06 19:27:18 -08:00
server.rs refactor service registration process; unify services and resources 2019-03-06 15:47:15 -08:00
service.rs refactor service registration process; unify services and resources 2019-03-06 15:47:15 -08:00
state.rs make State type Send compatible 2019-03-06 10:03:18 -08:00
test.rs refactor and enable some tests for staticfiles 2019-03-05 22:10:08 -08:00