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: CyaSSL
Dependents: MTS-Socket MTS-Socket
HTTPClient.h File Reference
HTTP Client header file. More...
Go to the source code of this file.
Data Structures | |
class | HTTPClient |
A simple HTTP Client The HTTPClient is composed of:
| |
Enumerations | |
enum | SSLMethod { , VERIFY_PEER = 1, VERIFY_FAIL_IF_NO_PEER_CERT = 2 } |
SSL peer verification setting. More... | |
enum | HTTPResult { HTTP_OK = 0, HTTP_PROCESSING, HTTP_PARSE, HTTP_DNS, HTTP_PRTCL, HTTP_NOTFOUND, HTTP_REFUSED, HTTP_ERROR, HTTP_TIMEOUT, HTTP_CONN, HTTP_CLOSED, HTTP_REDIRECT } |
HTTP client results. More... |
Detailed Description
HTTP Client header file.
Definition in file HTTPClient.h.
Enumeration Type Documentation
enum HTTPResult |
HTTP client results.
- Enumerator:
Definition at line 43 of file HTTPClient.h.
enum SSLMethod |
SSL peer verification setting.
- Enumerator:
VERIFY_PEER Don't check peer certificate.
VERIFY_FAIL_IF_NO_PEER_CERT Client:Check peer certificate, Server:Check peer certificate and skip if no certificate received.
Definition at line 36 of file HTTPClient.h.
Generated on Wed Jul 13 2022 05:18:11 by
