HTTP.ConnectionInfo.setHttpMethod()

Signature

void setHttpMethod(Object connectionInfo, String httpMethod)

Domain

ACTION

Description

Configures HTTP Connection to use specified HTTP method during invocation.

Parameters

NameTypeDescription
connectionInfoObjectHTTP Connection Info Object
httpMethodStringHttp methods i.e. GET/POST/PUT/DELETE/TRACE/HEAD/OPTIONS/PATCH

Returns

TypeDescription
voidvoid