debug
Return a struct of information showing how the client will execute the . This will be used by a developer to debug any differences between the generated request values and the expected request values.
req
true
The to debug.
Return:
{ "attributes" : attrCollection, "body" : { "headers" : cfhttpHeaders, "params" : cfhttpParams, "files" : cfhttpFiles, "body" : cfhttpBody, "cookies" : cfhttpCookies } }
HyperRequest