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.
Dependents: SalesforceInterface df-2014-heroku-thermostat-k64f SalesforceInterface
Fork of HTTPClient by
This is a fork of the working HTTPS/SSL library that contains two extensions:
- HTTPJson - a derivation of HTTPText for emitting JSON strings specifically. No JSON parsing/checking is accomplished - HTTPJson simply sets the right Content-Type for HTTP(S).
- Expanded internal buffers for longer URLs. This is set in HTTPClient.cpp and is tunable.
History
updates to augment header information
2015-10-28, by ansond [Wed, 28 Oct 2015 18:11:12 +0000] rev 53
updates to augment header information
updates to allow for capitalization (or not) of header keys
2015-10-28, by ansond [Wed, 28 Oct 2015 03:47:56 +0000] rev 52
updates to allow for capitalization (or not) of header keys
initial port of HTTPS library to make use of the mbedTLS library...
2015-08-20, by ansond [Thu, 20 Aug 2015 18:55:41 +0000] rev 51
initial port of HTTPS library to make use of the mbedTLS library...
Changed global variable to global pointer
2015-06-09, by sarahmarshy [Tue, 09 Jun 2015 16:26:02 +0000] rev 50
Changed global variable to global pointer
Rev
2015-06-05, by sarahmarshy [Fri, 05 Jun 2015 22:10:21 +0000] rev 49
Rev
Eliminated unnessecary logic when defnining chunk size
2015-06-05, by sarahmarshy [Fri, 05 Jun 2015 21:48:15 +0000] rev 48
Eliminated unnessecary logic when defnining chunk size
updates
2014-12-20, by ansond [Sat, 20 Dec 2014 02:59:19 +0000] rev 47
updates
lots of fixes for redirection and oauth token usage
2014-09-21, by ansond [Sun, 21 Sep 2014 07:08:35 +0000] rev 46
lots of fixes for redirection and oauth token usage
made C027 buffer size same as NXP - they have the same memory size
2014-09-19, by ansond [Fri, 19 Sep 2014 21:41:29 +0000] rev 45
made C027 buffer size same as NXP - they have the same memory size
another NXP buffer size tweak
2014-09-19, by ansond [Fri, 19 Sep 2014 18:05:37 +0000] rev 44
another NXP buffer size tweak