1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-04 11:45:03 +00:00
Commit graph

14 commits

Author SHA1 Message Date
Nikolay Kim 6b10e1eff6 rename PayloadHelper 2018-07-18 10:01:28 +06:00
Douman 29a275b0f5
Session should write percent encoded cookies and add cookie middleware test (#393)
* Should write percent encoded cookies to HTTP response

* Add cookie middleware test
2018-07-17 08:38:18 +03:00
Nikolay Kim fec6047ddc refactor HttpRequest mutability 2018-07-02 23:35:32 +06:00
Nikolay Kim 65ca563579 use read only self for Middleware 2018-06-21 23:06:23 +06:00
Nikolay Kim 8261cf437d update actix api 2018-06-13 23:37:19 -07:00
Nikolay Kim 984791187a Middleware::response is not invoked if error result was returned by another Middleware::start #255 2018-06-04 13:42:47 -07:00
Josh Leeb-du Toit 9c9eb62031 Update Middleware trait to use &mut self 2018-06-02 16:47:18 +10:00
Nikolay Kim 690169db89 migrate to tokio 2018-05-24 21:03:16 -07:00
Nikolay Kim 45e9aaa462 rustfmt 0.7 2018-05-17 12:20:20 -07:00
Nikolay Kim b393ddf879 fix panic during middleware execution #226 2018-05-16 11:00:29 -07:00
Nikolay Kim a817ddb57b add variable segments support for scope prefix 2018-05-07 13:50:43 -07:00
Nikolay Kim 45325a5f75 more middleware tests 2018-05-06 08:33:41 -07:00
Nikolay Kim a7c40024ce async handle middleware test 2018-05-05 18:40:16 -07:00
Nikolay Kim 0af4d01fe4 move middleware tests to seprate module 2018-05-05 12:18:43 -07:00