open-insight/SYSPROG/STPROC/INET_FINALIZE.txt
2024-03-25 15:17:34 -07:00

24 lines
624 B
Plaintext

subroutine INET_Finalize(Request, Response)
***************************************************************************
* Project : OpenInsight for Internet
*
* Name : INET_Finalize
* Description: Finalization of response to a request.
*
* Parameters:
* Request [in/out] -- HTTP request (see INET_EQUATES)
* Response [in/out] -- Response to request
*
***************************************************************************
$insert Logical
$insert Inet_Equates
* put your response finalization code here
* ...
Call Log_Inet_Transactions(Request)
return