http.request DEP0195
This recipe provides a guide for migrating from the deprecated http.request and its synchronous and promise-based counterparts to the new http.request method in Node.js.
See DEP0195.
Examples
diff
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Handle DEDEP0195: Instantiating node:http classes without new
The easiest way to run this codemod without installing anything globally:
This recipe provides a guide for migrating from the deprecated http.request and its synchronous and promise-based counterparts to the new http.request method in Node.js.
See DEP0195.
diff
Build your own codemod and share it with the community.