Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.

This example downloads a 10MB image from Wikipedia when hitting a server route. cargo run this example and go to http://localhost:8080/ in your browser.