WordPress\AiClientDependencies\Psr\Http\Message
MessageInterface::getBody
Gets the body of the message.
Method of the class: MessageInterface{}
No Hooks.
Returns
StreamInterface. Returns the body as a stream.
Usage
$MessageInterface = new MessageInterface(); $MessageInterface->getBody(): StreamInterface;
MessageInterface::getBody() MessageInterface::getBody code WP 7.0
public function getBody(): StreamInterface;