Skip to content
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

Open
m-rph opened this issue Dec 1, 2023 · 4 comments
Open

HTTP & HTTPS Modules #40

m-rph opened this issue Dec 1, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@m-rph
Copy link

m-rph commented Dec 1, 2023

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

@richarddavison richarddavison added the enhancement New feature or request label Feb 8, 2024
@Chagrilled
Copy link

@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 fetch, as a lot use native http.

@richarddavison
Copy link
Collaborator

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.

@paul-uz
Copy link

paul-uz commented Aug 2, 2024

What's the status on this? It's blocking a ton of packages being used.

@paul-uz
Copy link

paul-uz commented Sep 11, 2024

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants