lbussy / LCBUrl

Arduino library for handling URLs
MIT License
7 stars 1 forks source link

Perform Validity Check on Start #24

Closed lbussy closed 2 years ago

lbussy commented 3 years ago

When setting the URL, perform a validity check for all parts and return a bool.

lbussy commented 2 years ago

Damned if I remember when I added this, but it's available via bool setUrl(const String &newUrl);