Nikolay Kim
|
c877840c07
|
rename App::register_data to App::app_data and HttpRequest::app_data returns Option<&T> instead of Option<&Data<T>>
|
2019-12-20 17:13:09 +06:00 |
|
Nikolay Kim
|
a08d8dab70
|
AppConfig::secure() is always false. #1202
|
2019-12-20 16:04:51 +06:00 |
|
Nikolay Kim
|
1f3ffe38e8
|
update actix-service dep
|
2019-12-08 19:25:24 +06: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
|
f4c01384ec
|
update to latest actix-net
|
2019-12-02 17:33:11 +06:00 |
|
Nikolay Kim
|
4dc31aac93
|
use actix_rt::test for test setup
|
2019-11-26 11:25:50 +06:00 |
|
Nikolay Kim
|
3127dd4db6
|
migrate actix-web to std::future
|
2019-11-21 16:02:17 +06:00 |
|
Nikolay Kim
|
60b7aebd0a
|
fmt & clippy
|
2019-09-12 21:52:46 +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
|
af9fb5d190
|
Support asynchronous data factories #850
|
2019-06-28 10:43:52 +06:00 |
|
Nikolay Kim
|
1eb89b8375
|
remove debug prints
|
2019-05-25 03:16:53 -07:00 |
|
Nikolay Kim
|
d3e807f6e9
|
move Payload to inner http request
|
2019-05-22 11:49:27 -07:00 |
|
Nikolay Kim
|
7746e785c1
|
re-export Service and Transform traits
|
2019-05-22 11:20:37 -07:00 |
|
Nikolay Kim
|
12842871fe
|
Clear http requests pool on app service drop #860
|
2019-05-22 11:18:33 -07: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
|
898ef57080
|
Fix async web::Data factory handling
|
2019-04-23 21:21:49 -07:00 |
|
Nikolay Kim
|
09cdf1e302
|
Rename RouterConfig to ServiceConfig
|
2019-04-15 07:32:49 -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
|
1904b01fc0
|
add content-encoding decompression
|
2019-03-26 15:14:32 -07:00 |
|
Nikolay Kim
|
b1e267bce4
|
rename State to a Data
|
2019-03-16 20:17:27 -07:00 |
|
Nikolay Kim
|
4d96abb639
|
use actix_web::Error for middleware errors
|
2019-03-10 16:35:38 -07:00 |
|
Nikolay Kim
|
54678308d0
|
propogate app config with http request; add tests for url_for
|
2019-03-09 14:06:24 -08:00 |
|
Nikolay Kim
|
fde55ffa14
|
revert generic request parameter for service; support ServerConfig as new factory config
|
2019-03-09 09:49:11 -08:00 |
|