1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
Arve Seljebu
82786d4461 Full proxy omit content length (#152)
* omit content-length header in http-full-proxy

* cargo fmt
2019-07-01 10:02:51 +06:00
Julian Tescher
58675a683b Do not decompress proxied responses (#151)
If you decompress a proxied response that was encoded, the `content-encoding` header will be passed through but a plaintext body will be returned.
2019-06-28 14:52:12 +06:00
Nikolay Kim
aa5750cafc update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
Đorđe Zeljić
e771c05815
Revert "fix streaming issue in http-full-proxy example" 2019-05-16 00:03:08 +02:00
zeljic
e07bbfe01c fix streaming issue in http-full-proxy example 2019-05-12 23:11:58 +02:00
Nikolay Kim
cee9142257 upgrade actix-web 2019-05-12 11:58:26 -07:00
Nikolay Kim
8de183768c upgrade to beta3 2019-05-04 21:52:24 -07:00
Nikolay Kim
bc2b17602e fix proxy example 2019-04-16 15:03:11 -07:00
Nikolay Kim
09b0188ff9 upgrade to alpha.6 2019-04-14 10:34:41 -07:00
Nikolay Kim
8fb2bf6869 update actix-web version 2019-04-12 13:39:14 -07:00
Nikolay Kim
815e34f32d upgrade to alpha4 2019-04-07 23:39:45 -07:00
Nikolay Kim
86e0f3e02c upgrade to alpha3 2019-04-04 11:37:14 -07:00
Nikolay Kim
9a80911b92 update to alpha2 2019-03-30 09:12:42 -07:00
Nikolay Kim
e4f71e8fd5 update deps 2019-03-29 13:43:03 -07:00
Nikolay Kim
48b8e7c335 migrate http proxy examples 2019-03-26 23:33:13 -07:00
Nikolay Kim
e2945b9b39 update more examples and rustfmt 2019-03-09 18:03:09 -08:00
Rotem Yaari
5871328be2 Fix proxy to handle both chunked and non-chunked responses (#59) 2018-11-17 21:27:29 +03:00
Rotem Yaari
e30915d98d Add example of a full HTTP proxy, proxying body, header and method (#58) 2018-11-04 12:20:57 +03:00