Thanks, Jake, I'll give that a try. The problem I was addressing is
that I had not figured out
a way to attach the "?foo=bar&woof=arf" post data. I'd tried
setRequestData but it did not
work. I interpreted builder.sendRequest(postData, RequestCall) as
semantically equivalent
to httpRequest.setRequestData(), httpRequest.setCallback(),
httpReqeuest.send() which
I already tried.