urllib
urllib copied to clipboard
Request HTTP(s) URLs in a complex world.
Note I asked this on S.O. too: https://stackoverflow.com/questions/71430497/digest-authentication-in-nodejs I'm using the urllib npm package with the following code: ``` options = { method: 'GET', rejectUnauthorized: false, digestAuth: `${user}:${pass}` } urllib.request(uri,...
I am using this library to download a continuous MJPEG stream. It works and I can extract the specific images from the stream, however the connection alwas times out automatically....
v3会支持proxy吗?
While receiving the chunks of the buffer, is there any option to upload them directly to another destination without storing them or creating the full buffer locally? In another word,...
I have no control over the source code, so just want to ask in case this version is still maintained. https://github.com/node-modules/urllib/releases/tag/2.41.0  ``` ip
Basic auth is not working with **http** routes only works with **https**
add connections to prevent Error: getaddrinfo EMFILE
https://github.com/nodejs/undici/releases/tag/v6.0.0
HTTP2
https://github.com/nodejs/undici/releases/tag/v5.25.0