>> If so, it might be possible to lift the restriction on line 469 that
>> requires a GET request in order to return data. Does anyone know if it is
>> possible to determine if a request contains a response body? Perhaps that
>> check could be used to gate the if block instead of method == Method.GET.
>> 
> Might getContentLength() help?

I don't believe a server is required to set that field, so it probably wouldn't 
be 100% reliable, but might be sufficient. 

> In the meantime I have tried out the Jersey client library. Everything I
> need works fine. Would it make sense to consider using Jersey with Pivot?
> What would need to be done to have the same level of integration as
> available for Pivot.Query (notifying listeners etc.)?

I haven't worked with Jersey so I can't really comment. Anyone else?

Reply via email to