Fork of SandBox's original mbed-http (https://os.mbed.com/teams/sandbox/code/mbed-http/) and update for MbedOS6+ Content of TESTS folder was replaced with basic examples form original SandBox's HelloWorld

Revisions of source/https_request.h

Revision Date Message Actions
40:6ecb52cd17d9 2021-05-29 Update for MbedOS6+ File  Diff  Annotate
37:98d83ca14b7b 2019-08-09 Revert adding parsed URL to constructor File  Diff  Annotate
36:d46da03715db 2019-08-09 Allow sending in ParsedURL instead of just string File  Diff  Annotate
32:fa4d71265625 2018-10-30 Update to use TLSSocket from upstream Mbed OS File  Diff  Annotate
31:b3730a2c4f39 2018-10-30 Switch to TLSSocket library File  Diff  Annotate
29:383e9bfbfbed 2018-08-10 Force usage of uint32_t instead of size_t - required for compilation on 64-bit systems File  Diff  Annotate
23:15fa2726f793 2018-01-11 Implement Transfer-Encoding: chunked on HTTP and HTTPS requests, allows streaming large blocks of data over HTTP File  Diff  Annotate
20:0e63d6a93c02 2017-11-18 ifndef around HTTP_RECEIVE_BUFFER_SIZE File  Diff  Annotate
15:ffc77f212382 2017-07-28 Add request parsing to prepare for HTTP server example File  Diff  Annotate
11:96e4dcb9c0c2 2017-03-28 Allow socket re-use in HTTPS and HTTP request File  Diff  Annotate
10:b017c7d2cf23 2017-03-28 Don't rely on strlen for request length, as it prevents sending \0 over the line. Patch via https://developer.mbed.org/users/ihere1/code/mbed-http/rev/ec9b75c349aa File  Diff  Annotate
7:2e3eedb9ca5c 2017-02-24 Add support for chunked encoding. Fix bug handle querystrings. HttpResponse should own header strings. File  Diff  Annotate
6:112d72c60e07 2017-02-23 Call is_body_complete() in HTTPS request as well File  Diff  Annotate
0:910f5949759f 2017-02-16 Initial commit File  Diff  Annotate