LogoLogo
6.1.0
6.1.0
  • Introduction
  • What's New?
  • Upgrade Guide
  • Getting Started
    • Requirements
    • Installation
  • Making Requests
    • HyperBuilder
    • HyperRequest
    • HyperResponse
  • Customizing Hyper
    • Hyper Clients
    • Custom HTTP Clients
      • CfhttpHttpClient
  • ForgeBox
  • GitHub
Powered by GitBook
On this page
  1. Customizing Hyper
  2. Custom HTTP Clients

CfhttpHttpClient

PreviousCustom HTTP Clients

Last updated 1 year ago

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.

Name
Type
Required
Default
Description

req

true

The to debug.

Return:

{
    "attributes" : attrCollection,
    "body"       : {
        "headers" : cfhttpHeaders,
        "params"  : cfhttpParams,
        "files"   : cfhttpFiles,
        "body"    : cfhttpBody
    }
}
HyperRequest
HyperRequest
HyperRequest