Ali MJ Al-Nasrawy
|
66620a1012
|
simplify handler.rs (#2450)
|
2021-11-17 20:11:35 +00:00 |
|
Rob Ede
|
532f7b9923
|
refined error model (#2253)
|
2021-06-17 17:57:58 +01:00 |
|
Rob Ede
|
44c55dd036
|
remove cookie support from -http (#2065)
|
2021-04-09 18:07:10 +01:00 |
|
Rob Ede
|
c8ed8dd1a4
|
migrate to -utils beta 4 (#2127)
|
2021-04-01 15:26:13 +01:00 |
|
Ibraheem Ahmed
|
8d9de76826
|
Simplify handler factory macro (#2086)
|
2021-03-19 16:30:53 +00:00 |
|
fakeshadow
|
41bc04b1c4
|
Use immutable reference of service state. Update awc dns resolver. (#1905)
|
2021-02-07 01:00:40 +00:00 |
|
Rob Ede
|
0a506bf2e9
|
cleanup top level doc comments
|
2021-01-15 05:38:50 +00:00 |
|
fakeshadow
|
d40ae8c8ca
|
use sync method on Responder trait (#1891)
|
2021-01-08 22:17:19 +00:00 |
|
Rob Ede
|
21f6c9d7a5
|
improve code readability
|
2021-01-04 00:49:02 +00:00 |
|
fakeshadow
|
32de9f8840
|
Tokio 1.0 (#1813)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-01-03 23:47:04 +00:00 |
|
Ibraheem Ahmed
|
20b46cdaf9
|
format factory_tuple macro invocations (#1859)
|
2020-12-28 21:04:02 +00:00 |
|
Ibraheem Ahmed
|
cbda928a33
|
Rename factory to handler (#1852)
|
2020-12-26 21:46:19 +00:00 |
|
fakeshadow
|
3a192400a6
|
Simplify handler (#1843)
|
2020-12-23 15:47:07 +00:00 |
|
fakeshadow
|
6cbf27508a
|
simplify ExtractService's return type (#1842)
|
2020-12-20 02:20:29 +00:00 |
|
fakeshadow
|
79de04d862
|
optimise Extract service (#1841)
|
2020-12-19 16:33:34 +00:00 |
|
Yuki Okushi
|
a98e53ecb8
|
web: Minimize futures dependencies
|
2020-05-19 08:29:12 +09:00 |
|
Nikolay Kim
|
6c9f9fff73
|
clippy warnings
|
2019-12-08 00:46:51 +06:00 |
|
Nikolay Kim
|
068f047dd5
|
update service factory config
|
2019-12-02 21:37:13 +06:00 |
|
Nikolay Kim
|
8683ba8bb0
|
rename .to_async() to .to()
|
2019-11-21 21:36:35 +06:00 |
|
Nikolay Kim
|
53c5151692
|
use response instead of result for asyn c handlers
|
2019-11-21 16:02:17 +06:00 |
|
Nikolay Kim
|
3127dd4db6
|
migrate actix-web to std::future
|
2019-11-21 16:02:17 +06:00 |
|
Ravi Shankar
|
32718b7e31
|
Expose factory traits and some clippy fixes (#983)
|
2019-07-17 12:58:42 +06:00 |
|
Nikolay Kim
|
d3e807f6e9
|
move Payload to inner http request
|
2019-05-22 11:49:27 -07:00 |
|
Nikolay Kim
|
df08baf67f
|
update actix-net dependencies
|
2019-05-12 08:34:51 -07:00 |
|
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
|
48bee55087
|
.to_async() handler can return Responder type #792
|
2019-04-22 14:22:08 -07:00 |
|
Nikolay Kim
|
4f30fa9d46
|
Remove generic type for request payload, always use default
|
2019-04-13 14:50:54 -07:00 |
|
Nikolay Kim
|
aa78565453
|
use objects pool for HttpRequest; optimize nested services call
|
2019-04-07 23:06:21 -07:00 |
|
Nikolay Kim
|
75b213a6f0
|
refactor FromRequest trait
|
2019-04-07 14:43:07 -07:00 |
|
Nikolay Kim
|
d8bc66a18e
|
Use thread pool for response body comression
|
2019-04-04 13:17:55 -07:00 |
|
Nikolay Kim
|
4d96abb639
|
use actix_web::Error for middleware errors
|
2019-03-10 16:35:38 -07: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
|
22708e78a9
|
added proc-macros for route registration
|
2019-03-07 11:09:42 -08:00 |
|
Nikolay Kim
|
03248028a9
|
update actix-service
|
2019-03-05 10:08:08 -08:00 |
|
Nikolay Kim
|
e50d4c5e0e
|
rename extractor module to extract, re-enable doc tests
|
2019-03-03 13:53:31 -08:00 |
|
Nikolay Kim
|
6df85e32df
|
added extractor configuration system
|
2019-03-03 00:57:48 -08:00 |
|
Nikolay Kim
|
8103d33270
|
use custom request for FromRequest trait
|
2019-03-02 19:19:56 -08:00 |
|
Nikolay Kim
|
75fbb97480
|
update new transform trait
|
2019-03-02 13:57:00 -08:00 |
|
Nikolay Kim
|
2d7293aaf8
|
copy actix-web2
|
2019-03-01 22:51:32 -08:00 |
|
Akos Vandra
|
86af02156b
|
add impl FromRequest for Either<A,B> (#618)
|
2018-12-10 19:02:05 +03:00 |
|
Douman
|
0745a1a9f8
|
Remove usage of upcoming keyword async
AsyncResult::async is replaced with AsyncResult::future
|
2018-12-05 18:23:04 +03:00 |
|
Nikolay Kim
|
fdfadb52e1
|
fix doc test for State
|
2018-10-01 22:29:30 -07:00 |
|
Nikolay Kim
|
127af92541
|
clippy warnings
|
2018-10-01 21:16:56 -07:00 |
|
Nikolay Kim
|
1716380f08
|
clippy fmt
|
2018-08-23 09:48:01 -07:00 |
|
Nikolay Kim
|
cc3fbd27e0
|
better ergonomics
|
2018-08-09 17:25:23 -07:00 |
|
Nikolay Kim
|
4862227df9
|
fix not implemented panic #410
|
2018-07-21 05:58:08 -07: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 |
|