How response should be handled.
STRING(default) will transform the response in string.
NONE will not read the response content and will close the response after the job execution.
LEAVE_OPEN will not read the response content but leaves an open input stream to be read outside the job execution. Using LEAVE_OPEN it is your responsibility to close it after use. 'response.close();'