Experimental HTTP and HTTPS library for mbed OS 5

History

Remove TLSSocket because it's already in Mbed 0S 5.11 default tip

2018-12-23, by nmathon [Sun, 23 Dec 2018 17:55:40 +0000] rev 33

Remove TLSSocket because it's already in Mbed 0S 5.11


Update to use TLSSocket from upstream Mbed OS

2018-10-30, by Jan Jongboom [Tue, 30 Oct 2018 11:02:12 +0800] rev 32

Update to use TLSSocket from upstream Mbed OS


Switch to TLSSocket library tlssocket

2018-10-30, by Jan Jongboom [Tue, 30 Oct 2018 10:18:51 +0800] rev 31

Switch to TLSSocket library


Updated README with Mbed TLS config info

2018-09-06, by Jennifer Plunkett [Thu, 06 Sep 2018 14:01:09 -0500] rev 30

Updated README with Mbed TLS config info


Force usage of uint32_t instead of size_t - required for compilation on 64-bit systems

2018-08-10, by Jan Jongboom [Fri, 10 Aug 2018 11:30:37 +0100] rev 29

Force usage of uint32_t instead of size_t - required for compilation on 64-bit systems


Merge default

2018-03-27, by Jan Jongboom [Tue, 27 Mar 2018 11:07:02 +0200] rev 28

Merge default


Reference TCPSocket in tls_socket

2018-03-27, by Jan Jongboom [Tue, 27 Mar 2018 11:05:43 +0200] rev 27

Reference TCPSocket in tls_socket


Do not add \r\n after request body. Landing patch from https://os.mbed.com/users/mpeylo/code/mbed-http/rev/6c9da880cccd/

2018-01-25, by Jan Jongboom [Thu, 25 Jan 2018 10:13:53 +0200] rev 26

Do not add \r\n after request body. Landing patch from https://os.mbed.com/users/mpeylo/code/mbed-http/rev/6c9da880cccd/


Add a note about the root-ca-selection

2018-01-11, by Jan Jongboom [Thu, 11 Jan 2018 14:34:33 +0100] rev 25

Add a note about the root-ca-selection


Add chunked requests to readme

2018-01-11, by Jan Jongboom [Thu, 11 Jan 2018 13:57:53 +0100] rev 24

Add chunked requests to readme