Yes, I'm asking the latter question, how to do a retrieval based on a
largish-entity--while trying to adhere to the semantics, idempotency,
intention, etc. of HTTP. 

@D


Sam Berlin wrote:
> 
> 
>> So how else to do a retrieval?
> 
> If you are asking how to do this in code -- I mentioned earlier on in
> the thread, it's a very trivial thing to add.  Simply make a new class
> that extends HttpGet and implements HttpEntityEnclosingRequest (with a
> name such as HttpEntityEnclosingGet), or extend
> HttpEntityEnclosingRequestBase with a subclass whose getMethod returns
> "GET".
> 
> If you are asking how to do a retrieval based on a largish-entity...
> I'm not sure.
> 
> Sam
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Message-body-in-GET-method--tp17994858p18019217.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to