Re: #230: Considerations for registering new methods

"Anne van Kesteren" wrote:
> 
> Yeah, for XMLHttpRequest we had to special case GET/HEAD to omit any  
> passed request entity bodies. We do not want to add more methods
> there.
> 

OK, I understand that.  But does this mean that the no-entity-body
requirement for GET/HEAD is a historical mistake, or was there some
reason for parsing these requests differently?  What I'm experimenting
with is an IDLE method (IMAP has one) very similar to GET, so I'm
trying to understand why I can't just copy the definition of GET as a
starting point.  I'm convinced by the responses *not* to do that, but
wondering what gotcha may be lurking.

-Eric

Received on Tuesday, 19 October 2010 09:08:36 UTC