Nikolay Kim
|
34695f4bce
|
rename test methods; update tests
|
2019-03-31 20:43:00 -07:00 |
|
Nikolay Kim
|
d846328f36
|
fork cookie crate
|
2019-03-29 21:13:39 -07:00 |
|
Douman
|
00526f60dc
|
Impl BodyEncoding for Response (#740)
|
2019-03-29 16:29:11 -07:00 |
|
Nikolay Kim
|
5795850bbb
|
decompress payload in cpu threadpool
|
2019-03-28 11:08:24 -07:00 |
|
Nikolay Kim
|
e254fe4f9c
|
allow to override response body encoding
|
2019-03-27 11:29:31 -07:00 |
|
Nikolay Kim
|
3edc515bac
|
refactor RequestHead/ResponseHead
|
2019-03-27 10:38:01 -07:00 |
|
Nikolay Kim
|
faa3ea8e5b
|
rename BodyLength to BodySize
|
2019-03-27 09:24:55 -07:00 |
|
Nikolay Kim
|
2629699b62
|
rename flate2-c feature to flate2-zlib
|
2019-03-26 18:46:06 -07:00 |
|
Nikolay Kim
|
1904b01fc0
|
add content-encoding decompression
|
2019-03-26 15:14:32 -07:00 |
|
Nikolay Kim
|
86a21c956c
|
rename .middleware to .wrap
|
2019-03-25 13:02:10 -07:00 |
|
Nikolay Kim
|
c1e8d8363c
|
fix errhandlers doc string
|
2019-03-24 11:49:26 -07:00 |
|
Nikolay Kim
|
913155d34c
|
update doc strings
|
2019-03-24 11:47:23 -07:00 |
|
Nikolay Kim
|
ede32c8b3f
|
export errhandlers module
|
2019-03-24 11:32:30 -07:00 |
|
Nikolay Kim
|
307b2e5b0e
|
fix compress features
|
2019-03-24 11:29:35 -07:00 |
|
Nikolay Kim
|
bc01d39d4d
|
add error response test for cors
|
2019-03-23 22:03:40 -07:00 |
|
Nikolay Kim
|
5b06f2bee5
|
port cors middleware
|
2019-03-23 21:29:16 -07:00 |
|
Nikolay Kim
|
60050307bd
|
session feature is renamed to cookies
|
2019-03-23 11:18:31 -07:00 |
|
Nikolay Kim
|
1e069bb843
|
Merge branch '1.0'
|
2019-03-23 10:16:32 -07:00 |
|
David McGuire
|
cc7f6b5eef
|
Fix preflight CORS header compliance; refactor previous patch. (#717)
|
2019-03-11 07:26:54 +03:00 |
|
Nikolay Kim
|
b8829bbf22
|
add identity middleware tests
|
2019-03-10 17:16:32 -07:00 |
|
Nikolay Kim
|
4d96abb639
|
use actix_web::Error for middleware errors
|
2019-03-10 16:35:38 -07:00 |
|
Nikolay Kim
|
16c42be4a2
|
simplify extractor configuration, config is optional now
|
2019-03-10 10:53:56 -07:00 |
|
Nikolay Kim
|
3a2035a121
|
fix doc tests
|
2019-03-09 21:15:26 -08:00 |
|
Nikolay Kim
|
be9031c55e
|
update doc api
|
2019-03-09 20:48:05 -08:00 |
|
Nikolay Kim
|
12f0c78091
|
port identity middleware
|
2019-03-09 20:40:09 -08: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
|
60c048c8cd
|
fix nested resources
|
2019-03-06 19:27:18 -08:00 |
|
Nikolay Kim
|
244fff9e0a
|
added Logger middleware
|
2019-03-06 19:19:27 -08:00 |
|
Nikolay Kim
|
fe22e83144
|
refactor service registration process; unify services and resources
|
2019-03-06 15:47:15 -08:00 |
|
Nikolay Kim
|
03248028a9
|
update actix-service
|
2019-03-05 10:08:08 -08:00 |
|
Nikolay Kim
|
b6fe1dacf2
|
update middleware impl
|
2019-03-04 21:42:51 -08:00 |
|
Nikolay Kim
|
bd4124587a
|
provide block_on function for testing purpose
|
2019-03-04 13:25:35 -08:00 |
|
Nikolay Kim
|
d5c54a1867
|
update extractor tests
|
2019-03-02 22:03:45 -08:00 |
|
Nikolay Kim
|
352e7b7a75
|
update tests for defaultheaders middleware
|
2019-03-02 21:35:31 -08:00 |
|
Nikolay Kim
|
75fbb97480
|
update new transform trait
|
2019-03-02 13:57:00 -08:00 |
|
Nikolay Kim
|
cc20fee628
|
add request chain services
|
2019-03-02 11:53:05 -08:00 |
|
Nikolay Kim
|
2d7293aaf8
|
copy actix-web2
|
2019-03-01 22:51:32 -08:00 |
|
BlueC0re
|
bfdf762062
|
Only return a single Origin value (#644)
Only return a single origin if matched.
|
2018-12-24 21:16:07 +03:00 |
|
Douman
|
46db09428c
|
Prepare release 0.7.16
|
2018-12-11 21:04: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 |
|
Julian Tescher
|
8e354021d4
|
Add SameSite option to identity middleware cookie (#581)
|
2018-11-07 23:24:06 +03:00 |
|
Stanislav Tkach
|
3b536ee96c
|
Use old clippy attributes syntax (#562)
|
2018-11-01 11:14:48 +03:00 |
|
Nikolay Kim
|
127af92541
|
clippy warnings
|
2018-10-01 21:16:56 -07:00 |
|
Nikolay Kim
|
9f1417af30
|
refactor http service builder
|
2018-09-27 18:33:29 -07:00 |
|
Douman
|
1b298142e3
|
Correct composing of multiple origins in cors (#518)
|
2018-09-21 08:45:22 +03:00 |
|
Nikolay Kim
|
002bb24b26
|
unhide SessionBackend and SessionImpl traits and cleanup warnings
|
2018-09-07 20:46:43 -07:00 |
|
Nikolay Kim
|
1716380f08
|
clippy fmt
|
2018-08-23 09:48:01 -07:00 |
|
Mathieu Amiot
|
9a10d8aa7a
|
Fixed headers' formating for CORS Middleware Access-Control-Expose-Headers header value to HTTP/1.1 & HTTP/2 spec-compliant format (#436)
|
2018-08-03 15:03:11 +03:00 |
|
Nikolay Kim
|
d3b12d885e
|
Merge branch 'master' into master
|
2018-07-24 14:07:03 -07:00 |
|
Denis Kolodin
|
b367f07d56
|
Add http_only flag to CookieSessionBackend
|
2018-07-23 12:49:59 +03:00 |
|