Nikolay Kim
|
86a21c956c
|
rename .middleware to .wrap
|
2019-03-25 13:02:10 -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
|
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
|
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
|
60c048c8cd
|
fix nested resources
|
2019-03-06 19:27:18 -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
|
81273f71ef
|
update tests
|
2019-03-05 19:03:59 -08:00 |
|
Nikolay Kim
|
03248028a9
|
update actix-service
|
2019-03-05 10:08:08 -08:00 |
|
Nikolay Kim
|
b6fe1dacf2
|
update middleware impl
|
2019-03-04 21:42:51 -08:00 |
|
Nikolay Kim
|
bd4124587a
|
provide block_on function for testing purpose
|
2019-03-04 13:25:35 -08:00 |
|
Nikolay Kim
|
e442ddb167
|
allow scope level guards
|
2019-03-04 11:47:53 -08:00 |
|
Nikolay Kim
|
5c61321565
|
fix state factory support, tests for state and state factory
|
2019-03-03 21:40:03 -08:00 |
|
Nikolay Kim
|
34171fa7f5
|
add scopes
|
2019-03-03 21:02:01 -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 |
|
Stanislav Tkach
|
3b536ee96c
|
Use old clippy attributes syntax (#562)
|
2018-11-01 11:14:48 +03:00 |
|
Nikolay Kim
|
127af92541
|
clippy warnings
|
2018-10-01 21:16:56 -07:00 |
|
Nikolay Kim
|
d65c72b44d
|
use server keep-alive timer as slow request timer
|
2018-09-15 09:55:38 -07:00 |
|
Nikolay Kim
|
24d1228943
|
simplify handler path processing
|
2018-09-03 11:28:47 -07:00 |
|
Nikolay Kim
|
b7a73e0a4f
|
fix Scope::handler doc test
|
2018-09-02 08:51:26 -07:00 |
|
Nikolay Kim
|
968c81e267
|
Handling scoped paths without leading slashes #460
|
2018-09-02 08:14:54 -07:00 |
|
Nikolay Kim
|
f2f05e7715
|
allow to register handlers on scope level #465
|
2018-09-02 07:47:19 -07:00 |
|
Nikolay Kim
|
1716380f08
|
clippy fmt
|
2018-08-23 09:48:01 -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
|
2071ea0532
|
HttpRequest::url_for is not working with scopes #429
|
2018-07-31 15:40:52 -07:00 |
|
Nikolay Kim
|
2dd57a48d6
|
checks nested scopes in has_resource()
|
2018-07-16 11:33:29 +06:00 |
|
Nikolay Kim
|
2214492792
|
use assert and restore test case
|
2018-07-15 18:53:02 +06:00 |
|
Nikolay Kim
|
b759dddf5a
|
simplify application prefix impl
|
2018-07-15 16:25:56 +06:00 |
|
Nikolay Kim
|
da915972c0
|
refactor router
|
2018-07-15 16:25:56 +06:00 |
|
Nikolay Kim
|
b8b90d9ec9
|
rename ResourceHandler to Resource
|
2018-07-12 15:30:01 +06: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 |
|
Josh Leeb-du Toit
|
c5e8c1b710
|
Propagate default resources to underlying scopes
|
2018-06-21 18:17:27 +10:00 |
|
Josh Leeb-du Toit
|
f815c1c096
|
Add test for default_resource scope propagation
|
2018-06-21 13:10:40 +10:00 |
|
Nikolay Kim
|
2f917f3700
|
various cleanups and comments
|
2018-06-20 01:27:41 +06:00 |
|
Nikolay Kim
|
a69c1e3de5
|
remove unsafe from scope impl
|
2018-06-19 23:46:58 +06:00 |
|
Nikolay Kim
|
27b6af2800
|
refactor route matching
|
2018-06-19 16:45:26 +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 |
|
Nikolay Kim
|
a61a1b0efe
|
Merge branch 'master' into trait-middleware-mut-self
|
2018-06-02 08:54:00 -07:00 |
|
Pascal Hertleif
|
890a7e70d6
|
Add missing API docs
These were written without much knowledge of the actix-web internals!
Please review carefully!
|
2018-06-02 15:52:50 +02:00 |
|
Josh Leeb-du Toit
|
9c9eb62031
|
Update Middleware trait to use &mut self
|
2018-06-02 16:47:18 +10:00 |
|