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

Committer:
JohnnyK
Date:
Sun May 30 19:45:32 2021 +0000
Revision:
41:cc1a8c63f159
Parent:
32:fa4d71265625
change test program to two basic example from SandBox's helloworld program ofc reworked.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jan Jongboom 0:910f5949759f 1 {
Jan Jongboom 0:910f5949759f 2 "name": "mbed-http",
Jan Jongboom 32:fa4d71265625 3 "macros": [
Jan Jongboom 32:fa4d71265625 4 "MBEDTLS_SHA1_C"
Jan Jongboom 32:fa4d71265625 5 ],
Jan Jongboom 0:910f5949759f 6 "config": {
Jan Jongboom 0:910f5949759f 7 "http-buffer-size": {
Jan Jongboom 0:910f5949759f 8 "help": "Size of the HTTP receive buffer in bytes",
Jan Jongboom 1:52947b0505de 9 "value": 8192,
Jan Jongboom 0:910f5949759f 10 "macro_name": "HTTP_RECEIVE_BUFFER_SIZE"
Jan Jongboom 0:910f5949759f 11 }
Jan Jongboom 0:910f5949759f 12 }
Jan Jongboom 0:910f5949759f 13 }