HTTP and HTTPS library for Mbed OS 5

Dependents:   RZ_A2M_Mbed_samples_20201012 RZ_A2M_Mbed_samples

mbed_lib.json

Committer:
RyoheiHagimoto@os.mbed.com
Date:
2020-09-16
Revision:
40:8fe3b866f1f4
Parent:
32:fa4d71265625

File content as of revision 40:8fe3b866f1f4:

{
    "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"
        }
    }
}