resource
Retrieve the underlying stream resource.
None.
<?php$body = new http\Message\Body;var_dump($body->getResource());?>
Yields:
resource(5) of type (stream)