1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
04f8cba71b chore: fmt 2025-03-21 06:07:31 +00:00
b7b1005d2a chore: distinguish reqwest types from actix types 2024-08-07 01:57:39 +01:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
7ca1024742 add reqwest alternative to http proxy 2023-01-01 20:22:50 +00:00
ddda86784a update deps 2022-10-26 16:51:27 +01:00
db5f00e771 Use captured args in format string (#558) 2022-06-08 03:53:38 +01:00
fbd3b228e9 fmt 2022-02-18 02:44:02 +00:00
cc3d356209 restructure folders 2022-02-18 02:01:48 +00:00
c3407627d0 Restructure folders (#411) 2021-02-26 00:57:58 +00:00
49e29a5751 v3 examples (#364) 2020-09-12 16:49:45 +01:00
e8ab9ee7ca update deps 2019-12-25 20:48:33 +04:00
3127352797 upgrade to 2.0 alpha.3 2019-12-07 23:59:24 +06:00
7ff7accd79 Don't stream body but wait for it to complete and only send it then 2019-11-15 19:47:18 +01:00
fb5779fe8f Always send body whole and don't use transfer encoding
Without doing this, body size would be unknown at the time of sending, causing awc to use transfer encoding which is probably unexpected in most cases.
This change makes behavior more obvious.
2019-10-09 00:56:55 +02:00
bc7e9f5e6b Remove old http-proxy, use the full version as the official http-proxy example (closes #164) 2019-08-21 18:07:34 +03:00
114056bc76 resolve issue 139 2019-06-10 18:06:56 +02:00
86e0f3e02c upgrade to alpha3 2019-04-04 11:37:14 -07:00
48b8e7c335 migrate http proxy examples 2019-03-26 23:33:13 -07:00
e2945b9b39 update more examples and rustfmt 2019-03-09 18:03:09 -08:00
2cc1b23761 upgrade example to actix-web 0.7 2018-07-16 12:36:53 +06:00
c1b432cb97 Fix typos 2018-05-30 12:05:23 +02:00
e4f1833215 cleanup and cargo fmt 2018-05-20 21:03:29 -07:00
bbeb262a5c upgrade actix-web to 0.6 2018-05-08 11:08:43 -07:00
27de52b5d5 add backend server for http proxy example 2018-05-07 18:55:18 -07:00
3ebde8e7c2 actix examples in actix release version 2018-04-13 09:18:42 +08:00