Nikolay Kim
|
a3a78ac6fb
|
Do not set Content-Length header, let actix-http set it #930
|
2019-06-28 11:42:20 +06:00 |
|
Nikolay Kim
|
bf48798bce
|
Content-Length is 0 for NamedFile HEAD request #914
|
2019-06-13 15:27:21 +06:00 |
|
Nikolay Kim
|
df08baf67f
|
update actix-net dependencies
|
2019-05-12 08:34:51 -07:00 |
|
Nikolay Kim
|
aa255298ef
|
make ServiceRequest::from_parts private, as it is not safe to create from parts
|
2019-04-18 16:03:13 -07:00 |
|
Nikolay Kim
|
14252f5ef2
|
use test::call_service
|
2019-04-15 09:09:21 -07:00 |
|
Nikolay Kim
|
09cdf1e302
|
Rename RouterConfig to ServiceConfig
|
2019-04-15 07:32:49 -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
|
53da55aa3c
|
alpha4 release
|
2019-04-07 23:42:05 -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
|
9c205f9f1d
|
update tests for content-encoding
|
2019-04-04 14:00:56 -07:00 |
|
Nikolay Kim
|
4227cddd30
|
fix dev dependencies
|
2019-04-02 15:00:10 -07:00 |
|
Nikolay Kim
|
96fd61f3d5
|
rust 1.31.0 compatibility
|
2019-04-01 10:26:09 -07:00 |
|
Nikolay Kim
|
15c5a3bcfb
|
fix test
|
2019-03-31 18:57:54 -07:00 |
|
Nikolay Kim
|
ab45974e35
|
add default handler
|
2019-03-31 18:19:18 -07:00 |
|
Nikolay Kim
|
e18227cc3d
|
add wrap_fn to App and Scope
|
2019-03-25 13:43:02 -07:00 |
|
Douman
|
d30027ac5b
|
Remove StaticFilesConfig (#731)
* Remove StaticFilesConfig
* Applying comments
* Impl Clone for Files<S>
|
2019-03-25 13:02:37 -07:00 |
|
Nikolay Kim
|
7242d96701
|
map BlockingError
|
2019-03-11 23:19:05 -07:00 |
|
Nikolay Kim
|
0f0d6b65ca
|
update service request/response location
|
2019-03-10 17:16:28 -07:00 |
|
Nikolay Kim
|
79875ea039
|
update deps
|
2019-03-10 14:22:53 -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
|
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
|
d77954d19e
|
fix files test
|
2019-03-07 12:32:40 -08:00 |
|
Nikolay Kim
|
22708e78a9
|
added proc-macros for route registration
|
2019-03-07 11:09:42 -08:00 |
|
Nikolay Kim
|
e56691bcf2
|
rename to Files
|
2019-03-06 23:39:08 -08:00 |
|