/**
  * Returns the body as a readable stream resource.
  *
  * Note that the stream may not be rewindable, and therefore may only be
  * read once.
  *
  * @return resource
  */
 function getBodyAsStream()
 {
     return $this->inner->getBodyAsStream();
 }