1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00
Files
examples/awc_https
Yuki Okushi 046604f286 Run rustfmt
2020-04-03 16:16:17 +09:00
..
2020-04-03 16:16:17 +09:00
2020-03-01 08:55:00 -05:00
2020-03-01 08:55:00 -05:00

The goal of this example is to show you how to use the actix-web client (awc) for https related communication. As of actix-web 2.0.0, one must be very careful about setting up https communication. You could use the default awc api without configuring ssl but performance will be severely diminished.

This example downloads a 10MB image from wikipedia.

To run:

curl http://localhost:3000 -o image.jpg