WordPress\AiClientDependencies\Psr\Http\Message

MessageInterface::getBodypublicWP 1.0

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() code WP 7.0

public function getBody(): StreamInterface;