/**
  * Returns the body as a string.
  *
  * Note that because the underlying data may be based on a stream, this
  * method could only work correctly the first time.
  *
  * @return string
  */
 function getBodyAsString()
 {
     return $this->inner->getBodyAsString();
 }