You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard node:url module ships with a urlToHttpOptions function that produces ClientRequest options from the given url. We can use that instead of the custom logic we have in normalizing the client request arguments for better stability and performance.
The text was updated successfully, but these errors were encountered:
The standard
node:url
module ships with aurlToHttpOptions
function that producesClientRequest
options from the given url. We can use that instead of the custom logic we have in normalizing the client request arguments for better stability and performance.The text was updated successfully, but these errors were encountered: