Name

adams.flow.source.HttpRequest


Synopsis

Submits the (optional) form parameters to the specified URL and forwards the retrieved HTML as text.
Cookies can be retrieved and stored in internal storage, to be re-used with the next request.


Additional information

Flow input/output:
- output: adams.flow.container.HttpRequestResult

Container information:
- adams.flow.container.HttpRequestResult:
   - Status code: HTTP status code; java.lang.Integer
   - Status message: HTTP status message; java.lang.String
   - Body: HTML of the request; java.lang.String
   - Cookies: cookie mappings (String/String); java.util.Map


Options