ltm rule command HTTP responseΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



HTTP::response
       Returns the raw HTTP response header block as a single string.

SYNOPSIS
       HTTP::response

DESCRIPTION
       Returns the raw HTTP response header block as a single string.

RETURN VALUE
       Returns the raw HTTP response header block as a single string.

VALID DURING
       HTTP_RESPONSE HTTP_RESPONSE_CONTINUE HTTP_RESPONSE_DATA
       HTTP_RESPONSE_RELEASE

EXAMPLES
	when HTTP_RESPONSE {
	    # Send response header block to high speed logging
	    HSL::send $hsl [HTTP::response]
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.2.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)