Name

adams.flow.transformer.DownloadContent


Synopsis

Downloads the raw, textual content from a URL and forwards it.Also handles basic authentication when using URLs like this:
http://user:pass@domain.com/url


Additional information

Flow input/output:
- input: java.lang.String, adams.core.base.BaseURL, java.net.URL
- output: java.lang.String


Options