HttpFetcher
is a classic http client. It will send an HTTP-request (with given request parameters, headers etc.) to a given url and returns a result that consists of the http response status as well as of the response headers and body. Nothing more, nothing less.