middleware
|
session feature is renamed to cookies
|
2019-03-23 11:18:31 -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
|
make cookies optional
|
2019-03-23 10:06:54 -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 |
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
|
make cookies optional
|
2019-03-23 10:06:54 -07:00 |