HTTP file resource getter
HTTP file resource getter
Details
Access a file that is stored at a HTTP(S) address. Use Basic authentication header if both resource's identity and secret are defined.
Super class
resourcer::FileResourceGetter -> HttpFileResourceGetter
Methods
Method isFor()
Check that the provided resource has a URL that locates a file accessible through "http" or "https".
Method downloadFile()
Download the file from the remote address in a temporary location. Applies Basic authentication if credentials are provided in the resource.