Hi,
is there a reason why there is no queryParam() method on
(Partial)RequestBuilder, even though there is one on WebResource? This
makes the calls a bit order dependent - if you call
WebResource.header(...) first, the returned builder will not allow a
.queryParam call.
Martin