Added info about HTTPS support to README.md

This commit is contained in:
michalpokusa 2024-06-30 23:12:16 +00:00
parent b2b01aaaa9
commit ff165dd59c

View file

@ -32,6 +32,7 @@ HTTP Server for CircuitPython.
- Supports URL parameters and wildcard URLs. - Supports URL parameters and wildcard URLs.
- Supports HTTP Basic and Bearer Authentication on both server and route per level. - Supports HTTP Basic and Bearer Authentication on both server and route per level.
- Supports Websockets and Server-Sent Events. - Supports Websockets and Server-Sent Events.
- Limited support for HTTPS (only on selected microcontrollers e.g. ESP32-S3).
Dependencies Dependencies