We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e3e896 + c89c0e4 commit 2797f70Copy full SHA for 2797f70
core/api.cfc
@@ -34,6 +34,7 @@
34
<cfargument name="matchedURI" />
35
<cfargument name="parsedResponse" />
36
<cfargument name="originalResponse" />
37
+ <cfargument name="statusCode" />
38
<cfreturn true />
39
</cffunction>
40
@@ -491,6 +492,7 @@
491
492
,local.parsed.matchDetails.srcUri
493
,structKeyExists( _taffyRequest, 'resultSerialized' ) ? _taffyRequest.resultSerialized : ''
494
,structKeyExists( _taffyRequest, 'result' ) ? _taffyRequest.result.getData() : {}
495
+ ,_taffyRequest.statusArgs.statusCode
496
) />
497
<cfset m.otreTime = getTickCount() - m.beforeOnTaffyRequestEnd />
498
<cfheader name="X-TIME-IN-ONTAFFYREQUESTEND" value="#m.otreTime#" />
0 commit comments