public interface HttpMethodRequest<Q extends HttpMethodRequest<?,?>,R extends HttpResponse> extends HttpBaseRequest<Q,R>
HEADER_CONTENT_TYPE, PARAM_NAME_REQUEST_CONFIG, PARAM_NAME_REQUEST_HEADERS, PARAM_NAME_REQUEST_METHOD, PARAM_NAME_REQUEST_PAYLOAD, PARAM_NAME_REQUEST_URL| Modifier and Type | Method and Description |
|---|---|
Q |
delete()
Set DELETE as request method
|
Q |
get()
Set GET as request method
|
Q |
head()
Set HEAD as request method
|
Q |
options()
Set OPTIONS as request method
|
Q |
patch()
Set PATCH as request method
|
Q |
post()
Set POST as request method
|
Q |
put()
Set PUT as request method
|
Q |
trace()
Set TRACE as request method
|
configOption, contentType, getConfigOption, getConfigOptions, getContentType, getHeader, getHeaders, getMethod, getPayload, getUrl, header, method, payload, urlexecute, getRequestParameter, getRequestParameters, setRequestParameter, setRequestParametersQ get()
Q post()
Q put()
Q delete()
Q patch()
Q head()
Q options()
Q trace()
Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.