.. |
middleware
|
rename .middleware to .wrap
|
2019-03-25 13:02:10 -07:00 |
types
|
simplify Payload extractor
|
2019-03-24 17:00:59 -07:00 |
app_service.rs
|
rename State to a Data
|
2019-03-16 20:17:27 -07:00 |
app.rs
|
add wrap_fn to App and Scope
|
2019-03-25 13:43:02 -07:00 |
config.rs
|
use actix_web::Error for middleware errors
|
2019-03-10 16:35:38 -07:00 |
data.rs
|
update api doc
|
2019-03-16 21:13:16 -07:00 |
error.rs
|
add tests for error and some responders
|
2019-03-17 10:11:10 -07:00 |
extract.rs
|
rename extract to types
|
2019-03-16 21:43:48 -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
|
cleanup doc strings and clippy warnings
|
2019-03-16 21:35:02 -07:00 |
lib.rs
|
rename Resource::middleware to Resource::wrap and add wrap_fn for fn middlewares
|
2019-03-25 12:47:58 -07:00 |
request.rs
|
allow to get app data via HttpRequest
|
2019-03-23 21:39:02 -07:00 |
resource.rs
|
add async handler tests
|
2019-03-25 14:33:34 -07:00 |
responder.rs
|
add tests for error and some responders
|
2019-03-17 10:11:10 -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
|
add async handler tests
|
2019-03-25 14:33:34 -07:00 |
scope.rs
|
add wrap_fn to App and Scope
|
2019-03-25 13:43:02 -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
|
update test doc string
|
2019-03-24 17:13:17 -07:00 |