Function Http-Resolve

Part of:

package trivial-http-download
( http-resolve < url > &key < http-method > < signal-error? > < verbose? > )
As with http-get, http-response returns the HTTP response, headers and stream. HTTP-response resolves 301 and 302 responses, signals an error on responses
greater than 400. If there is not an error, then the caller is responsible
for closing the HTTP stream.