-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
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
HTTP & HTTPS Modules #40
Comments
@richarddavison it would be cool to get an indication of the direction on this - if it's not intended to be added, that's cool, but would mean modules will need to start incorporating |
We should have them for sure. There are however a lot of dependencies on better streaming support for the http and https modules. We ship the web streams module from node but that is not performant with LLRT due to not being native. |
What's the status on this? It's blocking a ton of packages being used. |
Any updates? |
Currently LLRT has no support for the HTTP and HTTPS modules from node.js.
The only way to do http calls is to rely on the fetch call.
LLRT should support HTTP and HTTPS modules with a select set of features:
https://nodejs.org/api/http.html
https://nodejs.org/api/https.html
Advanced TLS capabilities should be omitted like custom certificate handling.
Size: Large
The text was updated successfully, but these errors were encountered: