HTP.Req.Final

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Internet and Network >

HTP.Req.Final

The HTP.Req.Final command releases a request handle and frees associated memory when HTTP operations are complete.

Clean up request handlesFree memory resourcesPrevent memory leaksBest practice after HTTP calls

Quick Example

; After completing HTTP request

HTP.Req.Final|reqHandle

; Memory is now freed

See Also

Command Index