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
|
7a28b32f6d
|
Rename test::call_success to test::call_service
|
2019-04-15 07:44:07 -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
|
237bfba1ed
|
add App::configure() - allow to offload app configuration to different methods
|
2019-04-03 15:09:31 -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 |
|
Nikolay Kim
|
aadcdaa3d6
|
add resource map, it allow to check if router has resource and it allows to generate urls for named resources
|
2019-03-09 07:39:34 -08:00 |
|
Nikolay Kim
|
fe22e83144
|
refactor service registration process; unify services and resources
|
2019-03-06 15:47:15 -08:00 |
|