Commit Graph

94 Commits

Author SHA1 Message Date
Nikolay Kim 18575ee1ee Add Router::with_async() method for async handler registration 2018-05-09 16:27:31 -07:00
Nikolay Kim 8cda362866 simplify pipeline 2018-05-07 16:09:41 -07:00
Alexander Andreev cd11293c1f spelling check 2018-05-06 19:07:30 +03:00
Nikolay Kim 0af4d01fe4 move middleware tests to seprate module 2018-05-05 12:18:43 -07:00
Nikolay Kim acd7380865 rename Reply to a AsyncResult 2018-05-03 16:22:08 -07:00
Nikolay Kim 7036656ae4 make Reply generic over error too 2018-05-02 16:33:29 -07:00
Nikolay Kim a1958deaae add impl Future for Reply 2018-05-01 17:30:06 -07:00
Nikolay Kim 8d65468c58 refactor FromRequest trait 2018-05-01 17:19:15 -07:00
Nikolay Kim ab4e889f96 add middleware finished handler for route middleware 2018-04-29 20:50:38 -07:00
Nikolay Kim 368730f5f1 Add route scopes 2018-04-29 19:35:50 -07:00
Nikolay Kim c72d1381a6 clippy warnings 2018-04-29 09:09:08 -07:00
Nikolay Kim de49796fd1 clippy warnings; fmt 2018-04-28 22:55:47 -07:00
Nikolay Kim f907be585e Middleware response() is not invoked if there was an error in async handler 2018-04-18 14:15:53 -07:00
Nikolay Kim 113f5ad1a8 add rustfmt config 2018-04-13 16:02:01 -07:00
Nikolay Kim fffaf2bb2d App::route method 2018-04-06 21:18:42 -07:00
Nikolay Kim df21892b5b added extractor configuration 2018-04-03 22:06:18 -07:00
Nikolay Kim 8791c0f880 simplify With handlers 2018-03-31 09:58:33 -07:00
Nikolay Kim 3ee228005d rename Application 2018-03-31 00:16:55 -07:00
Nikolay Kim 44e3df82f6 simplify http response construction; deprecate httpcodes 2018-03-30 23:07:33 -07:00
Nikolay Kim 9e751de707 re-arrange modules and exports 2018-03-30 17:31:18 -07:00
Nikolay Kim 86dd732704 use FromRequest instead of HttpRequestExtractor 2018-03-29 13:12:28 -07:00
Nikolay Kim f5636f321b drop deprecated code 2018-03-29 11:06:44 -07:00
Nikolay Kim d14991ec96 update doc strings 2018-03-28 21:49:50 -07:00
Nikolay Kim 65700281e8 add support for multiple extractors 2018-03-28 14:24:32 -07:00
Nikolay Kim 4358da9926 refactor WithHandler trait 2018-03-27 20:33:24 -07:00
Nikolay Kim dcc5eb7ace pass request as value 2018-03-26 23:34:31 -07:00
Nikolay Kim 81f4e12a27 fix doc string test 2018-03-26 23:29:53 -07:00
Nikolay Kim 2f60a4b89d add handler with exatractor 2018-03-26 23:10:31 -07:00
Nikolay Kim f55ef3a059 create default CpuPool 2018-03-07 14:56:53 -08:00
Nikolay Kim 206c4e581a rename httpcodes 2018-03-01 19:12:59 -08:00
Nikolay Kim 4e13505b92 rename .p to a .filter 2018-03-01 18:42:50 -08:00
Nikolay Kim 72aa2d9eae clippy warnings 2018-02-26 14:33:56 -08:00
Alexander Andreev a565e71018 spelling check 2018-01-31 20:28:53 +03:00
Nikolay Kim 4b72a1b325 create custom WebsocketContext for websocket connection 2018-01-10 10:12:34 -08:00
Nikolay Kim ce78f17a79 refactor Middleware trait, use Result 2018-01-09 22:48:35 -08:00
Nikolay Kim e8412672a2 add resource level middlewares support 2018-01-09 20:00:18 -08:00
Nikolay Kim cf8c2ca95e refactor Handler trait, use mut self 2017-12-26 09:00:45 -08:00
Nikolay Kim 79f047f5be remove box from predicates 2017-12-20 13:23:50 -08:00
Nikolay Kim 813b56ebe5 make async handler future more generic 2017-12-20 12:51:39 -08:00
Nikolay Kim 7fc7d6e17a update guide 2017-12-19 22:36:06 -08:00
Nikolay Kim c98d320f8c rename FromRequest trait to Responder 2017-12-14 09:43:42 -08:00
Nikolay Kim 0f75d066f2 simplify Application creation; update url dispatch guide section 2017-12-11 14:16:29 -08:00
Nikolay Kim fd6b243cd6 update examples 2017-12-04 16:32:31 -08:00
Nikolay Kim f4e9fc7b6a rename async to a 2017-12-04 16:09:22 -08:00
Nikolay Kim e332c1242f use Route for Applicaiton handlers 2017-12-04 14:53:40 -08:00
Nikolay Kim f5d6179a34 renamed Route::handler to Route::f, added Route::h to register Handler 2017-12-04 14:07:53 -08:00
Nikolay Kim 319e9bbd05 added Json response support 2017-12-03 18:51:52 -08:00
Nikolay Kim 5abc46034a refactor static files 2017-12-03 16:57:25 -08:00
Nikolay Kim 7c6faaa8e0 add Item and Error to FromRequest trait 2017-12-03 14:22:04 -08:00
Nikolay Kim 6bc7d60f52 more default impls for FromRequest 2017-12-02 17:14:55 -08:00