1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-12 08:46:16 +00:00
Commit graph

38 commits

Author SHA1 Message Date
Nikolay Kim 42716d3252 update tests 2017-11-26 22:59:04 -08:00
Nikolay Kim 0519056199 consistent naming 2017-11-26 22:31:29 -08:00
Nikolay Kim fdafb0c848 simplify middleware api; fix examples 2017-11-26 21:47:33 -08:00
Nikolay Kim 5a3b6638a7 move state to request object 2017-11-26 21:18:38 -08:00
Nikolay Kim eb7f48a1c6 include payload into request 2017-11-26 19:00:57 -08:00
Nikolay Kim 45ecb87eab allow middlware error result 2017-11-25 10:24:45 -08:00
Nikolay Kim 7569036dd4 refactor request pipeline 2017-11-24 22:15:52 -08:00
Nikolay Kim 40c1d3b711 refactor middlewares 2017-11-09 22:08:54 -08:00
Nikolay Kim e558414867 add response content encoding 2017-11-08 16:44:46 -08:00
Nikolay Kim 4e216701c0 better handler function ergonimics 2017-10-29 21:39:59 -07:00
Nikolay Kim 8ab04b39df update tests; clippy warnings 2017-10-29 15:04:44 -07:00
Nikolay Kim b2670c94f4 added HttpRequest::content_type(), query() method returns HashMap 2017-10-29 06:03:21 -07:00
Nikolay Kim d93244aa4f Do not use as it can not parse some valid paths 2017-10-27 22:19:00 -07:00
Nikolay Kim 488fb256b4 add optional skeptic 2017-10-26 06:12:23 -07:00
Nikolay Kim e8936fe081 update multipart tests 2017-10-22 22:23:38 -07:00
Nikolay Kim f737a3eb3e different ports 2017-10-22 21:52:01 -07:00
Nikolay Kim 8c48fdb0fc fix test 2017-10-22 17:47:22 -07:00
Nikolay Kim 5699af9795 more tests 2017-10-22 17:33:24 -07:00
Nikolay Kim 26989f5591 server tests 2017-10-22 12:48:43 -07:00
Nikolay Kim d555fcabfc update tests 2017-10-22 08:14:23 -07:00
Nikolay Kim 6a33b65f02 refactor server router 2017-10-21 18:54:24 -07:00
Nikolay Kim 1db4200621 drop skeptic for now 2017-10-19 16:41:21 -07:00
Nikolay Kim f59f68eded new router recognizer 2017-10-16 19:21:24 -07:00
Nikolay Kim 35107f64e7 make HttpServer generic over incoming stream 2017-10-16 13:13:32 -07:00
Nikolay Kim ff6779a38e use ParseError for HttpRequest::chunked() 2017-10-16 10:31:31 -07:00
Nikolay Kim 95fa70d19e rename params to match_info 2017-10-16 10:20:16 -07:00
Nikolay Kim 02033724d8 test woth with_params 2017-10-16 09:58:54 -07:00
Nikolay Kim 88a81155bd added HttpRequest::query 2017-10-16 09:43:10 -07:00
Nikolay Kim b79187a425 more tests 2017-10-14 23:14:26 -07:00
Nikolay Kim 41f1e6cdc9 split http request; add HttpRequest::range() 2017-10-14 22:52:38 -07:00
Nikolay Kim f30aef404d fix tests 2017-10-14 11:13:02 -07:00
Nikolay Kim edac148f7c added Httprequest::cookie() method 2017-10-14 11:02:25 -07:00
Nikolay Kim f0531793b4 add cookies support for response 2017-10-14 10:40:58 -07:00
Nikolay Kim 5c9f813d28 more tests 2017-10-14 10:01:53 -07:00
Nikolay Kim eedef6633c test placeholder 2017-10-14 01:45:23 -07:00
Nikolay Kim 86d9e9051d do not use skeptic tests for cov report 2017-10-14 01:36:39 -07:00
Nikolay Kim 26c1fdd31f rename tests 2017-10-14 01:20:06 -07:00
Nikolay Kim 5b6f5d8ce3 prep work 2017-09-30 09:10:03 -07:00