I have some code that fire this kind of request very often :
set request = ##class(%Net.HttpRequest).%New()
set request.Server = ... //always the same set request.Location = ... //always the same do request.EntityBody.Write(...) //this is different from one request to anotherdo request.Post() If it was called in a loop I could move the HttpRequest instantiation outside, unfortunately this is not the case.
.png)
.png)
.png)
.png)
.png)
.png)



.png)
