fix(perf): Fix incorrect usage of `ModuleName.HTTP` (#69959)
The `HTTP` module is for _requests_, like `http.client`. The `RESOURCE`
module is for resources like `resource.js`. In a few places, we were
using the `HTTP` module where it should have been `RESOURCE`