Just so that if you later need to customize the client, you don't have to update all the references to it.
--Hi,Nathan once suggested to useval http = Http()http(req1 OK as.String)http(req2 OK as.String)rather thanHttp(req1 OK as.String)Http(req2 OK as.String)Why?Best, /nm
You received this message because you are subscribed to the Google Groups "Dispatch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dispatch-scal...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, that's right.