public class HttpProcessor extends BaseProcessor
elementDef| Constructor and Description |
|---|
HttpProcessor(HttpDef httpDef) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addHttpHeader(String name,
String value) |
protected void |
addHttpParam(String name,
boolean isFile,
String fileName,
String contentType,
Variable value) |
Variable |
execute(Scraper scraper,
ScraperContext context) |
debug, getBodyTextContent, getBodyTextContent, getBodyTextContent, getElementDef, getSubprocessors, run, setPropertypublic HttpProcessor(HttpDef httpDef)
public Variable execute(Scraper scraper, ScraperContext context)
execute in class BaseProcessorprotected void addHttpParam(String name, boolean isFile, String fileName, String contentType, Variable value)
Copyright © 2022 WSO2. All rights reserved.