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 |
|
Nikolay Kim
|
3f5a39a5b7
|
cargo fmt
|
2018-06-01 09:37:14 -07:00 |
|
Nikolay Kim
|
17f1a2b92a
|
more scope tests
|
2018-05-23 14:11:01 -07:00 |
|
Nikolay Kim
|
68eb2f26c9
|
Allow to use path without traling slashes for scope registration #241
|
2018-05-23 13:21:29 -07:00 |
|
Nikolay Kim
|
082ff46041
|
Fix scope resource path extractor #234
|
2018-05-20 17:04:23 -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 |
|
Luke Cowell
|
7c395fcc83
|
replace typo scoupe with scope
|
2018-05-08 17:40:18 -07:00 |
|
Nikolay Kim
|
47d80382b2
|
Fix http/2 payload streaming #215
|
2018-05-08 15:44:50 -07:00 |
|
Nikolay Kim
|
8cda362866
|
simplify pipeline
|
2018-05-07 16:09:41 -07:00 |
|
Nikolay Kim
|
72908d974c
|
test for Scope::route(); prep release
|
2018-05-07 15:19:03 -07:00 |
|
Nikolay Kim
|
c755d71a8b
|
add filters support to scopes
|
2018-05-07 14:40:04 -07:00 |
|
Nikolay Kim
|
a817ddb57b
|
add variable segments support for scope prefix
|
2018-05-07 13:50:43 -07: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 |
|
Nikolay Kim
|
48e05a2d87
|
add nested scope support
|
2018-04-30 22:04:24 -07:00 |
|
Nikolay Kim
|
d43ca96c5c
|
Allow to use ssl and non-ssl connections with the same HttpServer #206
|
2018-04-30 19:51:55 -07:00 |
|
Nikolay Kim
|
bfd46e6a71
|
update doc string
|
2018-04-29 22:28:16 -07:00 |
|
Nikolay Kim
|
25b245ac72
|
allow to use custom state for scope
|
2018-04-29 22:19:52 -07:00 |
|
Nikolay Kim
|
ab4e889f96
|
add middleware finished handler for route middleware
|
2018-04-29 20:50:38 -07:00 |
|
Nikolay Kim
|
9c1bda3eca
|
fix stable compiler compatibility
|
2018-04-29 19:49:26 -07:00 |
|
Nikolay Kim
|
4a29f12876
|
update doc string; missing file
|
2018-04-29 19:39:28 -07:00 |
|