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

Revision Date Message Actions
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
36:debaeb6006a7 2014-09-17 updates File  Diff  Annotate
29:2d96cc752d19 2014-08-27 added HTTPJson data type and created defines for increased url lengths File  Diff  Annotate
26:bf979804b653 2014-07-21 (none) File  Diff  Annotate
22:4b9a4151cc73 2014-07-12 Add basic authentication; 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
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
7:4e39864f7b15 2012-06-29 Update to using new C++ Socket API File  Diff  Annotate
5:791fc3dcb6c4 2012-06-15 Removed velociraptors-prone gotos:) File  Diff  Annotate
0:2ccb9960a044 2012-04-26 (none) File  Diff  Annotate