This library is used to make HTTP and HTTPS calls from Mbed OS applications.
- Create a new project according to MbedCE instructions
- Add this as submodule to your project via
git submodule add --depth 1 https://github.com/mbed-ce-libraries-examples/mbed-http mbed-http
- The top level
CMakeList.txt
(in root of your project) should be modified according to this wiki page Don't forget link alsombed-netsocket
, then the link part in top lvl CMake should look liketarget_link_libraries(${CMAKE_PROJECT_NAME} mbed-os mbed-netsocket)
- Copy & Paste one example from Test folder into project folder.
- Build the project
Examples are in TEST folder.
You can look to README_mbed-http.md
This library was tested (02/2024) with Nucleo-F767ZI, VS-Code under Win11, GCC 12.3 and MbedCE library