HTTP and HTTPS library for Mbed OS 5

Dependents:   RZ_A2M_Mbed_samples_20201012 RZ_A2M_Mbed_samples

History

Modified some API for Mbed OS 6. default tip

2020-09-16, by RyoheiHagimoto@os.mbed.com [Wed, 16 Sep 2020 14:40:45 +0900] rev 40

Modified some API for Mbed OS 6.


Fix parsed url leaking memory if path is empty

2019-08-12, by Jan Jongboom [Mon, 12 Aug 2019 11:45:31 +0200] rev 39

Fix parsed url leaking memory if path is empty


wss schema should default to 443

2019-08-09, by Jan Jongboom [Fri, 09 Aug 2019 13:23:47 +0200] rev 38

wss schema should default to 443


Revert adding parsed URL to constructor

2019-08-09, by Jan Jongboom [Fri, 09 Aug 2019 11:28:50 +0200] rev 37

Revert adding parsed URL to constructor


Allow sending in ParsedURL instead of just string

2019-08-09, by Jan Jongboom [Fri, 09 Aug 2019 10:36:07 +0200] rev 36

Allow sending in ParsedURL instead of just string


Add ws/wss schema in the request builder

2019-08-09, by Jan Jongboom [Fri, 09 Aug 2019 09:58:57 +0200] rev 35

Add ws/wss schema in the request builder


Add integration tests

2019-01-04, by Jan Jongboom [Fri, 04 Jan 2019 13:27:32 +0100] rev 34

Add integration tests


Remove TLSSocket (now in Mbed OS 5.11)

2019-01-04, by Jan Jongboom [Fri, 04 Jan 2019 13:27:23 +0100] rev 33

Remove TLSSocket (now in Mbed OS 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