Nikolay Kim
|
8683ba8bb0
|
rename .to_async() to .to()
|
2019-11-21 21:36:35 +06:00 |
|
Nikolay Kim
|
3127dd4db6
|
migrate actix-web to std::future
|
2019-11-21 16:02:17 +06:00 |
|
Priit Laes
|
0f09415469
|
Convert documentation examples to Rust 2018 edition (#1120)
* Convert types::query examples to rust-2018 edition
* Convert types::json examples to rust-2018 edition
* Convert types::path examples to rust-2018 edition
* Convert types::form examples to rust-2018 edition
* Convert rest of the examples to rust-2018 edition.
|
2019-10-07 11:29:11 +06:00 |
|
jesskfullwood
|
f8320fedd8
|
add note about Query decoding (#992)
|
2019-07-19 17:37:49 +06:00 |
|
jesskfullwood
|
c808364c07
|
make Query payload public (#991)
|
2019-07-19 15:47:44 +06:00 |
|
Nikolay Kim
|
2a2d7f5768
|
nightly clippy warnings
|
2019-07-17 15:53:51 +06:00 |
|
Michael Snoyman
|
0d8a4304a9
|
Drop a duplicated word (#958)
|
2019-07-05 20:46:55 +06:00 |
|
Miles Granger
|
4b215e0839
|
Support Query<T>::from_query() (#846)
|
2019-05-17 13:10:46 -07:00 |
|
Nikolay Kim
|
e1ff3bf8fa
|
fix resource match with params #841
|
2019-05-15 10:31:40 -07:00 |
|
Davide Di Carlo
|
bba90d7f22
|
Query config (#839)
* add QueryConfig
* expose QueryConfig in web module
* fmt
* use associated type for QueryConfig
* update CHANGES.md
|
2019-05-14 13:54:30 -07:00 |
|
Nikolay Kim
|
e659e09e29
|
update tests
|
2019-04-18 11:01:04 -07:00 |
|
Nikolay Kim
|
ee33f52736
|
make extractor config type explicit
|
2019-04-13 16:35:25 -07:00 |
|
Nikolay Kim
|
4f30fa9d46
|
Remove generic type for request payload, always use default
|
2019-04-13 14:50:54 -07:00 |
|
Nikolay Kim
|
52aebb3bca
|
fmt
|
2019-04-10 15:05:03 -07:00 |
|
Darin
|
6ab9838977
|
added some error logging for extractors: Data, Json, Query, and Path (#765)
* added some error logging for extractors
* changed log::error to log::debug and fixed position of log for path
* added request path to debug logs
|
2019-04-10 12:45:13 -07:00 |
|
Nikolay Kim
|
75b213a6f0
|
refactor FromRequest trait
|
2019-04-07 14:43:07 -07:00 |
|
Nikolay Kim
|
bca31eb7ad
|
remove Deref
|
2019-04-02 13:35:01 -07:00 |
|
Nikolay Kim
|
725ee3d396
|
rename extract to types
|
2019-03-16 21:43:48 -07:00 |
|