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
v10.4.28
Updates the status code
enable request body log httpconnection
v13.0.5
Enables the logging of the request body
enable response body log httpconnection
v13.0.5
Enables the logging of the response body
reply in jsonp httpconnection
v10.4.28
null
reply with xml httpconnection
v13.0.5
Return to any httpconnection with XML content
timeout httpconnection
v10.3.11
Updates the default connection timeout of 120 seconds
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 with file httpconnection
v12.1.1
reply to http connection with a file
end writestream httpconnection
v10.4.28
Ends the current open stream with the client.
reply in json httpconnection
v13.0.5
Reply to any httpconnection as JSON body
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.
disable request body log httpconnection
v13.0.5
Disables the logging of the request body if it has been previously enabled
reply with xml from json httpconnection
v13.0.5
Reply to any httpconnection with XML using a JSON object
reply in text httpconnection
v10.4.28
reply a http connection with text
redirect to page httpconnection
v10.4.28
Updates the connection to a new endpoint if the client allows following redirects.
Back to
http connection
Return to the main group to view all sub-groups