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

mbed_lib.json

Committer:
JohnnyK
Date:
2021-05-30
Revision:
41:cc1a8c63f159
Parent:
32:fa4d71265625

File content as of revision 41:cc1a8c63f159:

{
    "name": "mbed-http",
    "macros": [
        "MBEDTLS_SHA1_C"
    ],
    "config": {
        "http-buffer-size": {
            "help": "Size of the HTTP receive buffer in bytes",
            "value": 8192,
            "macro_name": "HTTP_RECEIVE_BUFFER_SIZE"
        }
    }
}