Name

adams.flow.transformer.HttpRequest


Synopsis

Sends the incoming text/bytes payload to the specified URL (with optional HTTP headers) and forwards the retrieved HTML as text.


Additional information

Flow input/output:
- input: byte[], java.lang.String
- 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