Fork of the working HTTPClient adaptation using CyaSSL. This version adds a derivation of HTTPText called HTTPJson to emit JSON text properly. Additionally, the URL parser has defines that permit longer URLs to be utilized.

Dependencies:   mbedTLSLibrary

Dependents:   SalesforceInterface df-2014-heroku-thermostat-k64f SalesforceInterface

Fork of HTTPClient by wolf SSL

This pull request has been accepted and merged in by Doug Anson

TCPSocketConnection Revision

Fixed Socket/Endpoint ESP8266 instance error. Changed global variable m_sock to global pointer to m_sock. Should look for a better solution in future revisions.

Eliminated unessecary logic when defining chunk size