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 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.

Revisions of HTTPClient.cpp

Revision Date Message Actions
53:fa91a40cecb5 2015-10-28 updates to augment header information File  Diff  Annotate
52:cea1021a822d 2015-10-28 updates to allow for capitalization (or not) of header keys File  Diff  Annotate
51:3bdf57f7fd60 2015-08-20 initial port of HTTPS library to make use of the mbedTLS library... File  Diff  Annotate
50:a18a06b000f3 2015-06-09 Changed global variable to global pointer File  Diff  Annotate
49:a564fc323921 2015-06-05 Rev File  Diff  Annotate
48:db30340571c9 2015-06-05 Eliminated unnessecary logic when defnining chunk size File  Diff  Annotate
46:7cd69cc809b8 2014-09-21 lots of fixes for redirection and oauth token usage File  Diff  Annotate
45:abd90d8a363f 2014-09-19 made C027 buffer size same as NXP - they have the same memory size File  Diff  Annotate
44:dcb89acaac3e 2014-09-19 another NXP buffer size tweak File  Diff  Annotate
43:f4fbcfca7b7e 2014-09-19 yet another buffer size tweak File  Diff  Annotate
42:c3fb263a56dd 2014-09-19 minor bump to NXP send buffer size File  Diff  Annotate
41:f1f9b72a164b 2014-09-19 fixed syntax error File  Diff  Annotate
40:c0a52a6bb50f 2014-09-19 added compile switches to enable larger buffers on some platforms File  Diff  Annotate
39:e3c8f7d2d037 2014-09-18 removed mbed.h from HTTPClient.cpp to enable K64F builds File  Diff  Annotate
38:38720bd5dd16 2014-09-18 turned of debugging File  Diff  Annotate
37:29941a3bae90 2014-09-18 updates including the addition of oauth headers support File  Diff  Annotate
36:debaeb6006a7 2014-09-17 updates File  Diff  Annotate
35:16f0a44cc53e 2014-09-12 updated with thread-safe wait() File  Diff  Annotate
34:7a7e395f8df3 2014-08-29 turned off debugging File  Diff  Annotate
33:b663a5bab72d 2014-08-29 added SSL error display for debugging File  Diff  Annotate
32:d9db238bb8a3 2014-08-28 increased send buffer to 1024 File  Diff  Annotate
31:0675a342e45c 2014-08-27 updates File  Diff  Annotate
30:6fef375c94e6 2014-08-27 synced with HTTPClient-BasicAuth library updates File  Diff  Annotate
29:2d96cc752d19 2014-08-27 added HTTPJson data type and created defines for increased url lengths File  Diff  Annotate
28:6fbaf49cc109 2014-08-27 updated buffer sizes to parse larger URLs File  Diff  Annotate
26:bf979804b653 2014-07-21 (none) File  Diff  Annotate
22:4b9a4151cc73 2014-07-12 Add basic authentication; File  Diff  Annotate
21:14ecc2b2e282 2014-04-17 CyaSSL 2.9.4 File  Diff  Annotate
20:bec882d85856 2014-04-08 cyassl_free File  Diff  Annotate
19:1e2f05809eb1 2014-04-08 eliminate sockfd File  Diff  Annotate
18:d89df40b4cf3 2014-04-07 just Indentation File  Diff  Annotate
17:c73d8e61d391 2014-04-07 Added SSL by CyaSSL library; Added header method; Improved send buffer; Added retry connection File  Diff  Annotate
16:1f743885e7de 2012-08-30 IHTTPData (HTTPText, HTTPMap) objects can be re-used multiple times (reading/writing position is reset on each connection); Support for PUT and DELETE methods File  Diff  Annotate
15:5ad07f90e895 2012-08-29 Removed useless debug message File  Diff  Annotate
14:2744e0c0e527 2012-08-28 Fixed short chunk buffer issue File  Diff  Annotate
13:be61104f4e91 2012-08-05 Fixed blocking mode File  Diff  Annotate
12:89d09a6db00a 2012-08-05 Updated to match the newest Socket API File  Diff  Annotate
11:390362de8c3f 2012-07-30 Update for compat with newest Socket API File  Diff  Annotate
10:e1351de84c16 2012-07-18 Corrected licence headers File  Diff  Annotate
9:ff30cc189191 2012-07-11 Decreased stack size use File  Diff  Annotate
8:45c8da29a1cf 2012-07-06 Fixed bug in URL parsing method File  Diff  Annotate
7:4e39864f7b15 2012-06-29 Update to using new C++ Socket API File  Diff  Annotate
6:54f79436184f 2012-06-29 Forked with right name File  Diff  Annotate
5:791fc3dcb6c4 2012-06-15 Removed velociraptors-prone gotos:) File  Diff  Annotate
4:c071b05ac026 2012-05-24 FIX File  Diff  Annotate
3:5aef7584de4b 2012-04-26 (none) File  Diff  Annotate
2:75f5b83238af 2012-04-26 (none) File  Diff  Annotate
1:b70c37cf73ca 2012-04-26 (none) File  Diff  Annotate
0:2ccb9960a044 2012-04-26 (none) File  Diff  Annotate