Yuki Okushi
|
92b5bcd13f
|
Check format and tweak CI config (#1619)
|
2020-07-22 00:28:33 +01:00 |
|
Rob Ede
|
a70e599ff5
|
re-export rt in web and add main macro (#1575)
|
2020-06-22 20:09:48 +01:00 |
|
Yuki Okushi
|
6dd78d9355
|
Run rustfmt
|
2020-05-21 17:56:53 +09:00 |
|
Yuki Okushi
|
a98e53ecb8
|
web: Minimize futures dependencies
|
2020-05-19 08:29:12 +09:00 |
|
Rob Ede
|
f3b0233477
|
use mem::take where possible (#1507)
|
2020-05-17 10:54:42 +09:00 |
|
Nikolay Kim
|
6c9f9fff73
|
clippy warnings
|
2019-12-08 00:46:51 +06:00 |
|
Nikolay Kim
|
068f047dd5
|
update service factory config
|
2019-12-02 21:37:13 +06:00 |
|
Nikolay Kim
|
4dc31aac93
|
use actix_rt::test for test setup
|
2019-11-26 11:25:50 +06:00 |
|
Nikolay Kim
|
8683ba8bb0
|
rename .to_async() to .to()
|
2019-11-21 21:36:35 +06:00 |
|
Nikolay Kim
|
1f0577f8d5
|
cleanup api doc examples
|
2019-11-21 16:02:17 +06:00 |
|
Nikolay Kim
|
53c5151692
|
use response instead of result for asyn c handlers
|
2019-11-21 16:02:17 +06:00 |
|
Nikolay Kim
|
3127dd4db6
|
migrate actix-web to std::future
|
2019-11-21 16:02:17 +06:00 |
|
Priit Laes
|
0f09415469
|
Convert documentation examples to Rust 2018 edition (#1120)
* Convert types::query examples to rust-2018 edition
* Convert types::json examples to rust-2018 edition
* Convert types::path examples to rust-2018 edition
* Convert types::form examples to rust-2018 edition
* Convert rest of the examples to rust-2018 edition.
|
2019-10-07 11:29:11 +06:00 |
|
Nikolay Kim
|
2a2d7f5768
|
nightly clippy warnings
|
2019-07-17 15:53:51 +06:00 |
|
Nikolay Kim
|
7b1dcaffda
|
cleanup deprecation warning for Box<dyn>
|
2019-07-17 11:44:39 +06:00 |
|
Nikolay Kim
|
df08baf67f
|
update actix-net dependencies
|
2019-05-12 08:34:51 -07:00 |
|
Nikolay Kim
|
fa78da8156
|
unify route and app data, it allows to provide global extractor config #775
|
2019-05-04 19:43:49 -07:00 |
|
Nikolay Kim
|
48bee55087
|
.to_async() handler can return Responder type #792
|
2019-04-22 14:22:08 -07:00 |
|
Nikolay Kim
|
7a28b32f6d
|
Rename test::call_success to test::call_service
|
2019-04-15 07:44:07 -07:00 |
|
Nikolay Kim
|
ee33f52736
|
make extractor config type explicit
|
2019-04-13 16:35:25 -07:00 |
|
Nikolay Kim
|
4f30fa9d46
|
Remove generic type for request payload, always use default
|
2019-04-13 14:50:54 -07:00 |
|
Nikolay Kim
|
aa78565453
|
use objects pool for HttpRequest; optimize nested services call
|
2019-04-07 23:06:21 -07:00 |
|
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 |
|