We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By figuring out when to set the type, we can allow networkjs implementations to ask the wifi/etc module to handle HTTPS for us.
Right now doing it is very hacky (involving looking at the 4th 'options' argument to connect)
The text was updated successfully, but these errors were encountered:
Needed to avoid this hack espruino/EspruinoDocs@c9045a2
Sorry, something went wrong.
Network: enable parsing of 'https' URL and TLS flag even even TLS not…
0c89774
… built in (#2410)
This is in now, but the ESP8266Wifi module needs updating and testing
No branches or pull requests
By figuring out when to set the type, we can allow networkjs implementations to ask the wifi/etc module to handle HTTPS for us.
Right now doing it is very hacky (involving looking at the 4th 'options' argument to connect)
The text was updated successfully, but these errors were encountered: