Vocabularyhttp.clientInputs and outputsWord descriptionSame as
http-get except that the server is not supposed to return a message-body in the response, as per RFC2616. However in practise, most web servers respond to GET and HEAD method calls with identical responses.
ErrorsThrows an error if the HTTP request fails.
Definition