iSDIO Library for TOSHIBA FlashAir. include HTTP or HTTPS Client.

Dependencies:   SDFileSystem

Dependents:   FlashAir_Twitter Neon_F303K8_04

Fork of HTTPClient by Donatien Garnier

Auto generated API documentation and code listings for iSDIO

Classes

HTTPClient A simple HTTP Client The HTTPClient is composed of:

  • The actual client ( HTTPClient )
  • Classes that act as a data repository, each of which deriving from the HTTPData class ( HTTPText for short text content, HTTPFile for file I/O, HTTPMap for key/value pairs, and HTTPStream for streaming purposes)
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...)
isdio_command_header_t Header data for CMD48/49 param
isdio_command_info_header_t Information data for CMD48/49 param
isdio_response_status_t ISDIO Response Status Register at 0x440
isdio_status_t Status Register at 0x400
isdio_vender_status_t ISDIO Vendor Status Register at 0x5C0

Code

HTTPClient.cpp [code]
HTTPClient.h [code] HTTP Client header file
HTTPMap.cpp [code]
HTTPMap.h [code]
HTTPText.cpp [code]
HTTPText.h [code]
IHTTPData.h [code]
iSDIO.cpp [code]
iSDIO.h [code]
iSDIO_helper.cpp [code]
iSDIO_helper.h [code]