Nikolay Kim
|
75b213a6f0
|
refactor FromRequest trait
|
2019-04-07 14:43:07 -07:00 |
|
Nikolay Kim
|
8d1195d8ac
|
add async handler tests
|
2019-03-25 14:33:34 -07:00 |
|
Nikolay Kim
|
ed322c175e
|
update tests
|
2019-03-24 16:28:16 -07:00 |
|
Nikolay Kim
|
4a4826b23a
|
cleanup doc strings and clippy warnings
|
2019-03-16 21:35:02 -07:00 |
|
Nikolay Kim
|
60386f1791
|
introduce RouteData extractor
|
2019-03-16 21:09:11 -07:00 |
|
Nikolay Kim
|
d93fe157b9
|
use better name Route::data instead of Route::config
|
2019-03-16 11:58:01 -07:00 |
|
Nikolay Kim
|
9680423025
|
Add more tests for route
|
2019-03-10 18:35:15 -07:00 |
|
Nikolay Kim
|
4d96abb639
|
use actix_web::Error for middleware errors
|
2019-03-10 16:35:38 -07:00 |
|
Nikolay Kim
|
16c42be4a2
|
simplify extractor configuration, config is optional now
|
2019-03-10 10:53:56 -07:00 |
|
Nikolay Kim
|
fde55ffa14
|
revert generic request parameter for service; support ServerConfig as new factory config
|
2019-03-09 09:49:11 -08:00 |
|
Nikolay Kim
|
eef687ec80
|
remove unneeded methods
|
2019-03-07 15:51:24 -08:00 |
|
Nikolay Kim
|
0e57b4ad61
|
export extractor configs via web module
|
2019-03-07 14:01:52 -08:00 |
|
Nikolay Kim
|
ceb6d45bf2
|
reexpost extractors in web module
|
2019-03-07 11:43:46 -08:00 |
|
Nikolay Kim
|
22708e78a9
|
added proc-macros for route registration
|
2019-03-07 11:09:42 -08:00 |
|
Nikolay Kim
|
244fff9e0a
|
added Logger middleware
|
2019-03-06 19:19:27 -08:00 |
|
Nikolay Kim
|
fe22e83144
|
refactor service registration process; unify services and resources
|
2019-03-06 15:47:15 -08:00 |
|
Nikolay Kim
|
03248028a9
|
update actix-service
|
2019-03-05 10:08:08 -08:00 |
|
Nikolay Kim
|
e50d4c5e0e
|
rename extractor module to extract, re-enable doc tests
|
2019-03-03 13:53:31 -08:00 |
|
Nikolay Kim
|
237677be15
|
rename filter to guard
|
2019-03-03 12:09:38 -08:00 |
|
Nikolay Kim
|
6df85e32df
|
added extractor configuration system
|
2019-03-03 00:57:48 -08:00 |
|
Nikolay Kim
|
8103d33270
|
use custom request for FromRequest trait
|
2019-03-02 19:19:56 -08:00 |
|
Nikolay Kim
|
e4198a037a
|
add TestServiceRequest builder
|
2019-03-02 16:24:14 -08:00 |
|
Nikolay Kim
|
cc20fee628
|
add request chain services
|
2019-03-02 11:53:05 -08:00 |
|
Nikolay Kim
|
2d7293aaf8
|
copy actix-web2
|
2019-03-01 22:51:32 -08:00 |
|
Douman
|
0745a1a9f8
|
Remove usage of upcoming keyword async
AsyncResult::async is replaced with AsyncResult::future
|
2018-12-05 18:23:04 +03:00 |
|
Nikolay Kim
|
127af92541
|
clippy warnings
|
2018-10-01 21:16:56 -07:00 |
|
Nikolay Kim
|
eb1e9a785f
|
allow to use fn with multiple arguments with .with()/.with_async()
|
2018-08-16 20:29:06 -07:00 |
|
Nikolay Kim
|
6fd686ef98
|
cleanup warnings
|
2018-07-04 21:01:27 +06:00 |
|
Nikolay Kim
|
fec6047ddc
|
refactor HttpRequest mutability
|
2018-07-02 23:35:32 +06:00 |
|
Nikolay Kim
|
c9069e9a3c
|
remove unneeded UnsafeCell
|
2018-06-21 23:21:28 +06:00 |
|
Nikolay Kim
|
65ca563579
|
use read only self for Middleware
|
2018-06-21 23:06:23 +06:00 |
|
Nikolay Kim
|
3de9284592
|
Handler::handle uses &self instead of mutabble reference
|
2018-06-21 17:07:54 +06:00 |
|
Nikolay Kim
|
b7d813eeba
|
update tests
|
2018-06-21 12:04:00 +06:00 |
|
Nikolay Kim
|
0093b7ea5a
|
refactor extractor configuration #331
|
2018-06-21 11:47:01 +06:00 |
|
Nikolay Kim
|
9d114d785e
|
remove Clone from ExtractorConfig
|
2018-06-18 00:19:07 +06: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
|
3e0a71101c
|
drop with2 and with3
|
2018-06-01 10:54:23 -07:00 |
|
Nikolay Kim
|
3f5a39a5b7
|
cargo fmt
|
2018-06-01 09:37:14 -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
|
9619698543
|
doc string
|
2018-05-10 13:04:56 -07:00 |
|
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 |
|