Package org.camunda.connect.httpclient
Interface HttpRequest
- All Superinterfaces:
ConnectorRequest<HttpResponse>
,HttpBaseRequest<HttpRequest,
,HttpResponse> HttpMethodRequest<HttpRequest,
HttpResponse>
- All Known Implementing Classes:
HttpRequestImpl
-
Field Summary
Fields inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
HEADER_CONTENT_TYPE, PARAM_NAME_REQUEST_CONFIG, PARAM_NAME_REQUEST_HEADERS, PARAM_NAME_REQUEST_METHOD, PARAM_NAME_REQUEST_PAYLOAD, PARAM_NAME_REQUEST_URL
-
Method Summary
Methods inherited from interface org.camunda.connect.spi.ConnectorRequest
execute, getRequestParameter, getRequestParameters, setRequestParameter, setRequestParameters
Methods inherited from interface org.camunda.connect.httpclient.HttpBaseRequest
configOption, contentType, getConfigOption, getConfigOptions, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, header, method, payload, url