You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added ResponseState for reading responses to reduce loops.
- Added debugging mode to see the raw requests being processed.
- Added HttpStatus codes and Error codes inspired by esp32httpclient.
- Removed int readResponse() as merged to sendRequest() all in one function.
- Fixed bug where GET method request does not return content body.