Node.js previews network inspection support
Briefly

Node.js v20.18.0 introduces experimental network inspection capabilities that allow developers to examine HTTP and HTTPS activities in their applications, enhancing debugging and monitoring.
The update, launched on October 3, enables users to leverage the network inspection feature by starting Node.js with specific command-line options, currently limited to HTTP and HTTPS.
In addition to network inspection, Node.js 20.18.0 introduces a new feature for the tls.createSecureContext API, allowing developers to handle certificates with partial trust.
With the new tls.create.SecureContext option, developers can now include non-self-signed certificates as trusted, improving flexibility in managing secure connections in their applications.
Read at InfoWorld
[
|
]