Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Specifies a header that will be passed to HTTP requests made by the roAssetFetcher objectinstance. A particular download will not include the header if it has the <headers inherit=”no”> attribute in the sync spec.

...

Specifies all headers that will be passed to HTTP requests made by the roAssetFetcher objectinstance. This method removes any previously set headers. A particular download will not include the headers if it has the <headers inherit=”no”> attribute in the sync spec.

...

Exempts the specified hosts from the proxy setting. The passed array should consist of one or more hostnames. The player The roAssetFetcher instance will attempt to reach the specified hosts directly rather than using the proxy that has been specified with the the SetProxy() method method. For example, the hostname "example.com" would exempt "example.com", "example.com:80", and "www.example.com" from the proxy setting.

...