type: wget[/VERSION]
[ATTRIBUTES]
Access to a blob stored on an HTTP server.
The provided media type is taken from the specification attribute mediaType.
The following versions are supported
Attributes:
-
urlstringThe url describes from which http server endpoint the resource is downloaded
-
mediaType(optional) stringThe media type of the blob used to store the resource. It may add format information like
+taror+gzip. -
header(optional) map[string][]stringThe header describes the http headers to be set in the http request to the server.
-
verb(optional) stringThe verb describes the http verb (also known as http request method) for the http request.
-
body(optional) []byteThe body describes the http body to be included in the request.
-
noredirect(optional) boolThe noredirect describes whether http redirects should be disabled.