Phly\Http\MessageTrait::getBody PHP Method

getBody() public method

Gets the body of the message.
public getBody ( ) : Psr\Http\Message\StreamInterface
return Psr\Http\Message\StreamInterface Returns the body as a stream.
    public function getBody()
    {
        return $this->stream;
    }