@@ -143,12 +143,21 @@ for (size_t ix = 0; ix < req->get_request_log_buffer_length(); ix++) {
printf("\n");
```
## Integration tests
Integration tests are located in the `TESTS` folder and are ran through [Greentea](https://github.com/ARMmbed/greentea). Instructions on how to run the tests are in [http-example](https://os.mbed.com/teams/sandbox/code/http-example/).
## Mbed OS 5.10 or lower
If you want to use this library on Mbed OS 5.10 or lower, you need to add the [TLSSocket](https://github.com/ARMmbed/TLSSocket) library to your project. This library is included in Mbed OS 5.11 and up.