Blocks within response
List of all the block within the response group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
httpconnection v13.0.5
Enables the logging of the response body
disable request body log httpconnection v13.0.5
Disables the logging of the request body if it has been previously enabled
set status code httpconnection v10.4.28
Updates the status code
disable response body log httpconnection v13.0.5
Disables the logging of the response body if it has been previously enabled
redirect httpconnection v10.4.28
Updates the connection to a new endpoint if the client allows following redirects.
write to stream httpconnection v10.4.28
Writes part of a response to the client. After the whole response has been streamed, we need to call end stream.
reply in text httpconnection v10.4.28
reply a http connection with text
reply with xml from json httpconnection v13.0.5
Reply to any httpconnection with XML using a JSON object
enable request body log httpconnection v13.0.5
Enables the logging of the request body
timeout httpconnection v10.3.11
Updates the default connection timeout of 120 seconds
redirect to page httpconnection v10.4.28
Updates the connection to a new endpoint if the client allows following redirects.
reply in json httpconnection v13.0.5
Reply to any httpconnection as JSON body
reply with xml httpconnection v13.0.5
Return to any httpconnection with XML content
reply in jsonp httpconnection v10.4.28
null
end writestream httpconnection v10.4.28
Ends the current open stream with the client.
reply with file httpconnection v12.1.1
reply to http connection with a file
Back to
http connection
Return to the main group to view all sub-groups