Re-using the XPRIM_HttpRequest Object
When you have completed a request, and you want to start another one, you can re-use your XPRIM_HttpRequest object (without having to create another one). All you need to do is call the Clear method like so:
#HttpRequest.Clear
Next: Logging Request & Response Data