Fork HTTPClient and Modfiy code for mbed 6.0
Dependents: mbed-demo-http-get-json
Auto generated API documentation and code listings for HTTPClient
| HTTPiCal::Event_T | A single event consists of quite a number of attributes |
| HTTPClient |
A simple HTTP Client The
HTTPClient
is composed of:
|
| HTTPFile | A file handling mechanism - downloads files to a locally accessible file system |
| HTTPiCal | An iCal handling mechanism - downloads and parses calendar events |
| HTTPJson | A data endpoint to store JSON text |
| HTTPMap | Map of key/value pairs Used to transmit POST data using the application/x-www-form-urlencoded encoding |
| HTTPText | A data endpoint to store text |
| IHTTPDataIn | This is a simple interface for HTTP data storage (impl examples are Key/Value Pairs, File, etc...) |
| IHTTPDataOut | This is a simple interface for HTTP data storage (impl examples are Key/Value Pairs, File, etc...) |