Does Wix have a function to respond to http head() requests similar to the http post() function?

I see that under node_modules Package Manager, express is available from npm. This supports all the http/https methods including head().

I’ll give it a try and report back on how it goes