History: ip_app_httpc_demo
This page describes all changes made to the ip_app_httpc_demo package, HTTP Client Demo, since its release.
Version
1.6 (2019-02-13, 14:20):
- httpc_start_request() parameter order changed.
- Renamed function arguments.
- Default IP address was fixed in HTTP_SERVER_IP_ADDRESS.
1.5r2 (2018-08-29, 18:05):
- Document HTML link added to the documentation folder.
- History and document files renamed to the package name.
1.5 (2018-02-01, 10:46):
- Added support for testing secure connections.
1.4 (2017-06-14, 13:11):
- User defined type is used to store pointers instead of uintptr_t.
1.3:
- File handle uses uintptr_t instead of uint32_t.
1.2:
- Crash eliminated: event is created before task.
1.1:
- Initial release.