added sysprog entities
This commit is contained in:
23
SYSPROG/STPROC/INET_FINALIZE.txt
Normal file
23
SYSPROG/STPROC/INET_FINALIZE.txt
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
Reference in New Issue
Block a user