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.

Changes

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