How to send http HEAD method ?
You can do it via http.request("HEAD", url, body, params).
http.request("HEAD", url, body, params)