- Fix bug of
_parseURL()
. Check Bug with _parseURL() #21 - Improve
README.md
so that links can be used in other sites, such asPIO
- Default to reconnect to the same
host:port
after connected for new HTTP sites. Check Host/Headers not always sent with 1.10.1 #44 - Fix bug
- Use
allman astyle
and addutils
- Fix bug of wrong
reqStates
. Check Release 1.9 breaks previously running code #39 and Callback behaviour is buggy (ESP8266) #43 - Optional larger
DEFAULT_RX_TIMEOUT
from default 3s, for slower networks
- Fix bug.
- Clean up
- Not try to reconnect to the same host:port after connected. Check setReuse feature #12
- Fix long timeout if using
IPAddress
. - Optimize code
- Display only successful responseText in examples
- Improve debug messages by adding functions to display error messages instead of
cryptic error number
- Fix bug in examples
- Initial coding to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+