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

better HTTPS readmes

This commit is contained in:
Rob Ede
2023-05-22 14:21:48 +01:00
parent 8c1b59ff9e
commit 3d10ce96f5
5 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,5 @@
# HTTPS Client
The goal of this example is to show you how to use the `awc` for secure HTTPS communication using Rustls.
It uses best practices for efficient client set up and demonstrates how to increase the default payload limit.