use the Request.env hash (populated by the ThinParser) to determine whether this is a post blob operation. By definition, only get here with a body of
> 112kbytes - thin/lib/thin/request.rb:12 MAX_BODY = 1024 * (80 + 32)
[Validate]