actix-web/src
Maciej Piechotka cd01487d57 Store visit and login timestamp in the identity cookie
This allows to verify time of login or last visit and therfore limiting
the danger of leaked cookies.
2019-04-20 09:13:14 -07:00
..
middleware Store visit and login timestamp in the identity cookie 2019-04-20 09:13:14 -07:00
types update tests 2019-04-18 11:01:04 -07:00
app.rs Rename test::call_success to test::call_service 2019-04-15 07:44:07 -07:00
app_service.rs Rename RouterConfig to ServiceConfig 2019-04-15 07:32:49 -07:00
config.rs Rename test::call_success to test::call_service 2019-04-15 07:44:07 -07:00
data.rs add test::read_response; fix TestRequest::app_data() 2019-04-14 19:52:12 -07:00
error.rs Fix body propagation in Response::from_error. #760 2019-04-10 12:43:31 -07:00
extract.rs update tests 2019-04-18 11:01:04 -07:00
guard.rs remove Deref 2019-04-02 13:35:01 -07:00
handler.rs Remove generic type for request payload, always use default 2019-04-13 14:50:54 -07:00
info.rs Add .peer_addr() #744 2019-04-16 10:11:38 -07:00
lib.rs Rename RouterConfig to ServiceConfig 2019-04-15 07:32:49 -07:00
request.rs Add .peer_addr() #744 2019-04-16 10:11:38 -07:00
resource.rs Rename test::call_success to test::call_service 2019-04-15 07:44:07 -07:00
responder.rs enable runtime for test:: methods 2019-04-17 10:28:27 -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 Rename test::call_success to test::call_service 2019-04-15 07:44:07 -07:00
scope.rs Rename test::call_success to test::call_service 2019-04-15 07:44:07 -07:00
server.rs add expect: 100-continue support #141 2019-04-05 16:46:44 -07:00
service.rs make ServiceRequest::from_parts private, as it is not safe to create from parts 2019-04-18 16:03:13 -07:00
test.rs drop chrono and use i64 for max age 2019-04-19 17:23:17 -07:00
web.rs Rename RouterConfig to ServiceConfig 2019-04-15 07:32:49 -07:00