wrapper of TLS library to connect to HTTPS servers
Dependents: HTTPSClientExample
This library provides a simple interface to send GET requests over HTTPS. Notice that this library uses the axTLS library for the implementation of TLS.
Import programHTTPSClientExample
Connect to twitter.com and copies this webpage to a file.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:18af58231990 | 2013-09-12 | feb11 | fixed scanf status line |
2:6d7bc51cc77b | 2013-09-05 | feb11 | Added some comments, formatted code |
1:95f92eed4e09 | 2013-09-05 | feb11 | remove printf |
0:ab9011f6ede5 | 2013-09-04 | feb11 | initial import |