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

History

change test program to two basic example from SandBox's helloworld program ofc reworked. default tip

2021-05-30, by JohnnyK [Sun, 30 May 2021 19:45:32 +0000] rev 41

change test program to two basic example from SandBox's helloworld program ofc reworked.


Update for MbedOS6+

2021-05-29, by JohnnyK [Sat, 29 May 2021 18:34:24 +0000] rev 40

Update for MbedOS6+


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