Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: WNCInterface mbed-rtos mbed
main.cpp File Reference
An example TLS Client application This application sends an HTTPS request to developer.mbed.org and searches for a string in the result. More...
Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{main.cpp} |
Functions | |
| int | main () |
| The main loop of the HTTPS Hello World test. | |
Detailed Description
An example TLS Client application This application sends an HTTPS request to developer.mbed.org and searches for a string in the result.
This example is implemented as a logic class (HelloHTTPS) wrapping a TCP socket. The logic class handles all events, leaving the main loop to just check if the process has finished.
Definition in file main.cpp.
Function Documentation
Generated on Wed Jul 13 2022 02:01:01 by
1.7.2