HTTP::response¶
Description¶
Returns the raw HTTP response header block as a single string.
Examples¶
when HTTP_RESPONSE {
# Send response header block to high speed logging
HSL::send $hsl [HTTP::response]
}
when HTTP_RESPONSE {
# Send response header block to high speed logging
HSL::send $hsl [HTTP::response]
}