HTTP Client Library
October 10, 2025 · View on GitHub
What's Included?
See the README.md for a complete description of the HTTP Client library.
Known issues
| Problem | Workaround |
|---|---|
| IAR 9.40.2 toolchain throws build errors on Debug mode, if application explicitly includes iar_dlmalloc.h file | Add '--advanced_heap' to LDFLAGS in application Makefile. |
| HTTPS conneciton over TLS version 1.3 fails with servers enabling session ticket suppport | Currently there is no workaround since the issue is in 3rd party library |
Changelog
v1.8.1
- Added HTTP response buffering feature to prevent timeouts and optimize response handling.
v1.8.0
- Added support for PSOC™ Edge E84 (PSE84) platform.
- Enabled LLVM_ARM toolchain support.
v1.7.0
- Added support for CY8CEVAL-062S2-CYW955513SDM2WLIPA kit
v1.6.0
- Added support for CYW955913EVK-01 kit
v1.5.0
- Supports Mbed TLS version 3.4.0
- Supports connection to servers with TLS version 1.3
- Added support for CY8CEVAL-062S2-CYW43022CUB kit
v1.4.0
- Fixed http disconnect notification issue.
- Added support for KIT_XMC72_EVK_MUR_43439M2 kit
v1.3.0
- Added support for KIT_XMC72_EVK kit
- Removed deps folder
v1.2.2
- Updated FreeRTOS specific code to make it generic.
- Documentation updates.
v1.2.1
- Removed unwanted dependencies from the deps folder
- Added support for CM0P core
- Minor Documentation updates
v1.2.0
- Added support for CY8CEVAL-062S2-MUR-43439M2 kit
v1.1.1
- Documentation updates
- General bug fixes
v1.1.0
- Added support for RESTful HTTP methods DELETE, PATCH, CONNECT, OPTIONS and TRACE
- Introduced ARMC6 compiler support for AnyCloud build.
v1.0.0
- Initial release for AnyCloud.
Supported Software and Tools
This version of the library was validated for compatibility with the following software and tools:
| Software and Tools | Version |
|---|---|
| ModusToolbox™ Software Environment | 3.6 |
| ModusToolbox™ Device Configurator | 5.50 |
| GCC Compiler | 14.2.1 |
| IAR Compiler (Only for ModusToolbox™) | 9.50.2 |
| Arm Compiler 6 | 6.22 |
| LLVM compiler | 19.1.5 |