Nikolay Kim
|
9d114d785e
|
remove Clone from ExtractorConfig
|
2018-06-18 00:19:07 +06:00 |
|
Nikolay Kim
|
3e0a71101c
|
drop with2 and with3
|
2018-06-01 10:54:23 -07:00 |
|
Nikolay Kim
|
3f5a39a5b7
|
cargo fmt
|
2018-06-01 09:37:14 -07:00 |
|
Nikolay Kim
|
45e9aaa462
|
rustfmt 0.7
|
2018-05-17 12:20:20 -07:00 |
|
Nikolay Kim
|
4b1a471b35
|
add more examples for extractor config
|
2018-05-10 13:03:43 -07:00 |
|
Nikolay Kim
|
b6039b0bff
|
add doc string
|
2018-05-10 11:04:03 -07:00 |
|
Nikolay Kim
|
18575ee1ee
|
Add Router::with_async() method for async handler registration
|
2018-05-09 16:27:31 -07:00 |
|
Nikolay Kim
|
f37880d89c
|
refactor Responder trait
|
2018-05-04 11:44:22 -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
|
76b644365f
|
use read only ref for FromRequest; remove unnecessary static
|
2018-05-02 06:07:30 -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
|
c72d1381a6
|
clippy warnings
|
2018-04-29 09:09:08 -07:00 |
|
Nikolay Kim
|
de49796fd1
|
clippy warnings; fmt
|
2018-04-28 22:55:47 -07:00 |
|
Nikolay Kim
|
113f5ad1a8
|
add rustfmt config
|
2018-04-13 16:02:01 -07:00 |
|
Douman
|
62a9b4c53c
|
Rename HttpRequest::without_state into drop_state and make it public
|
2018-04-11 22:41:06 +03:00 |
|
Nikolay Kim
|
df21892b5b
|
added extractor configuration
|
2018-04-03 22:06:18 -07:00 |
|
Nikolay Kim
|
8791c0f880
|
simplify With handlers
|
2018-03-31 09:58:33 -07:00 |
|
Nikolay Kim
|
86dd732704
|
use FromRequest instead of HttpRequestExtractor
|
2018-03-29 13:12:28 -07:00 |
|
Nikolay Kim
|
7d6deab9fb
|
drop request's extract_xxx methods
|
2018-03-29 09:26:01 -07:00 |
|
Nikolay Kim
|
45dec8d0c0
|
optimize with and with2 method impls and tests
|
2018-03-28 21:33:40 -07:00 |
|
Nikolay Kim
|
65700281e8
|
add support for multiple extractors
|
2018-03-28 14:24:32 -07:00 |
|
Nikolay Kim
|
4358da9926
|
refactor WithHandler trait
|
2018-03-27 20:33:24 -07:00 |
|
Nikolay Kim
|
dcc5eb7ace
|
pass request as value
|
2018-03-26 23:34:31 -07:00 |
|
Nikolay Kim
|
81f4e12a27
|
fix doc string test
|
2018-03-26 23:29:53 -07:00 |
|
Nikolay Kim
|
2f60a4b89d
|
add handler with exatractor
|
2018-03-26 23:10:31 -07:00 |
|