llrt icon indicating copy to clipboard operation
llrt copied to clipboard

HTTP & HTTPS Modules

Open m-rph opened this issue 1 year ago • 4 comments

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

m-rph avatar Dec 01 '23 07:12 m-rph