.. |
middleware
|
add error response test for cors
|
2019-03-23 22:03:40 -07:00 |
types
|
add json extractor tests
|
2019-03-17 09:52:41 -07:00 |
app_service.rs
|
rename State to a Data
|
2019-03-16 20:17:27 -07:00 |
app.rs
|
cleanup doc strings and clippy warnings
|
2019-03-16 21:35: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
|
add websockets context
|
2019-03-17 22:02:03 -07:00 |
request.rs
|
allow to get app data via HttpRequest
|
2019-03-23 21:39:02 -07:00 |
resource.rs
|
cleanup doc strings and clippy warnings
|
2019-03-16 21:35:02 -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
|
cleanup doc strings and clippy warnings
|
2019-03-16 21:35:02 -07:00 |
scope.rs
|
cleanup doc strings and clippy warnings
|
2019-03-16 21:35: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
|
port cors middleware
|
2019-03-23 21:29:16 -07:00 |