This PR adds outgoing trace propagation for http requests to node-core/light.
For that we ended up renaming the integration to httpIntegration (from httpServerIntegration). We haven't node-core/light yet so it's not a breaking change.
We also extract shared HTTP request utils (header injection, breadcrumbs, URL construction) into a helper to reduce duplication between light mode and node-core.
Based on: #19254