Nikolay Kim
|
0f064db31d
|
Move brotli encoding to a feature
|
2018-03-13 17:21:22 -07:00 |
|
Nikolay Kim
|
31fbbd3168
|
Fix panic on unknown content encoding
|
2018-03-11 14:50:13 -07:00 |
|
Nikolay Kim
|
a0e6313d56
|
Fix compression #103 and #104
|
2018-03-06 11:02:03 -08:00 |
|
Nikolay Kim
|
32b5544ad9
|
port hyper header
|
2018-03-06 00:43:25 -08:00 |
|
Nikolay Kim
|
0c30057c8c
|
move headers to separate module; allow custom HeaderValue conversion
|
2018-03-05 16:45:54 -08:00 |
|
Nikolay Kim
|
f673dba759
|
Fix handling of requests with an encoded body with a length > 8192 #93
|
2018-03-04 09:48:34 -08:00 |
|
Nikolay Kim
|
e2c8f17c2c
|
drop connection if handler get dropped without consuming payload
|
2018-02-27 16:08:57 -08:00 |
|
Nikolay Kim
|
a7bf635158
|
unify headers and body processing for client response and server request
|
2018-02-27 15:03:28 -08:00 |
|
Nikolay Kim
|
a344c3a02e
|
remove read buffer management api
|
2018-02-26 20:07:22 -08:00 |
|
Nikolay Kim
|
72aa2d9eae
|
clippy warnings
|
2018-02-26 14:33:56 -08:00 |
|
Nikolay Kim
|
ab5ed27bf1
|
refactor and simplify content encoding
|
2018-02-25 11:43:00 +03:00 |
|
Nikolay Kim
|
4e41e13baf
|
refactor client payload processing
|
2018-02-25 11:18:17 +03:00 |
|
Nikolay Kim
|
03912d2089
|
support client request's async body
|
2018-02-19 22:48:27 -08:00 |
|
Nikolay Kim
|
548f4e4d62
|
replace reqwest with actix::client
|
2018-02-19 13:18:18 -08:00 |
|
Nikolay Kim
|
cb70d5ec3d
|
refactor http client
|
2018-02-19 03:11:11 -08:00 |
|
Nikolay Kim
|
edd114f6e4
|
allow to set default content encoding on application level
|
2018-02-18 22:23:17 -08:00 |
|
Nikolay Kim
|
74377ef73d
|
fix back pressure for h1 import stream
|
2018-02-09 16:20:10 -08:00 |
|
Nikolay Kim
|
1914a6a0d8
|
Always enable content encoding if encoding explicitly selected
|
2018-01-21 08:31:46 -08:00 |
|
Nikolay Kim
|
1cff4619e7
|
reduce threshold for content encoding
|
2018-01-21 08:12:32 -08:00 |
|
Nikolay Kim
|
867bb1d409
|
Merge branch 'master' of github.com:actix/actix-web
|
2018-01-20 16:12:51 -08:00 |
|
Nikolay Kim
|
91c44a1cf1
|
Fix HEAD requests handling
|
2018-01-20 16:12:38 -08:00 |
|
Alexander Andreev
|
e1d9c3803b
|
spelling check
|
2018-01-16 00:47:25 +03:00 |
|
Nikolay Kim
|
a7c24aace1
|
flush is useless
|
2018-01-14 19:28:34 -08:00 |
|
Nikolay Kim
|
89a89e7b18
|
refactor shared bytes api
|
2018-01-14 17:00:28 -08:00 |
|
Nikolay Kim
|
3425f7be40
|
fix tests
|
2018-01-14 14:58:58 -08:00 |
|
Nikolay Kim
|
7060f298b4
|
use more binary
|
2018-01-14 14:40:39 -08:00 |
|
Nikolay Kim
|
93fdb596d4
|
Allow to explicitly disable chunked encoding
|
2018-01-13 16:17:33 -08:00 |
|
Nikolay Kim
|
305666067e
|
Do not enable chunked encoding for HTTP/1.0
|
2018-01-13 12:46:43 -08:00 |
|
Nikolay Kim
|
c470e7a02b
|
use flate2 released crate
|
2018-01-12 12:31:33 -08:00 |
|
Nikolay Kim
|
ac89880c0a
|
move encoding to server
|
2018-01-11 18:41:33 -08:00 |
|