GET request with body

Frederic Bregier fredbregier at free.fr
Wed Sep 30 01:50:23 EDT 2009


Hi Shay,

I'm not totally a specialist, but in this case I think there are two
answers:

1) the HTTP protocol supposes that no body is transfered when a GET request
occurs. I talk of course about the request, not the answer which always
could have a body...

2) the http codec in Netty seems to be permissive, that is to say that if a
GET request occurs, it could have a body however. But it is not correct from
the HTTP protocol.

HTH,
Frederic


Shay Banon wrote:
> 
> Hi,
> 
>   I am using netty http support and wanted to ask if netty supports GET
> operation with body (the http spec seems to be vague about that).
> 
> Cheers,
> Shay
> 


-----
Hardware/Software Architect
-- 
View this message in context: http://n2.nabble.com/GET-request-with-body-tp3739290p3740881.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list