Skip to content

R4HttpClient v1.2.2

Latest

Choose a tag to compare

@piscodev piscodev released this 11 Aug 07:54

Version 1.2.2
UPDATE: Utilized stored client internally to avoid dangling pointer issues

  • Updated begin() overloads to take WiFiSSLClient by reference for simpler usage
  • Store client internally to avoid dangling pointer issues
  • Allows calling begin(client, url) directly without &client
  • Improved safety and maintainability of client handling