Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
GuzzleHttp\Psr7\Response Member List

This is the complete list of members for GuzzleHttp\Psr7\Response, including all inherited members.

__construct(int $status=200, array $headers=[], $body=null, string $version='1.1', ?string $reason=null)GuzzleHttp\Psr7\Response
getBody()Psr\Http\Message\MessageInterface
getHeader(string $name)Psr\Http\Message\MessageInterface
getHeaderLine(string $name)Psr\Http\Message\MessageInterface
getHeaders()Psr\Http\Message\MessageInterface
getProtocolVersion()Psr\Http\Message\MessageInterface
getReasonPhrase()GuzzleHttp\Psr7\Response
getStatusCode()GuzzleHttp\Psr7\Response
hasHeader(string $name)Psr\Http\Message\MessageInterface
withAddedHeader(string $name, $value)Psr\Http\Message\MessageInterface
withBody(StreamInterface $body)Psr\Http\Message\MessageInterface
withHeader(string $name, $value)Psr\Http\Message\MessageInterface
withoutHeader(string $name)Psr\Http\Message\MessageInterface
withProtocolVersion(string $version)Psr\Http\Message\MessageInterface
withStatus($code, $reasonPhrase='') (defined in GuzzleHttp\Psr7\Response)GuzzleHttp\Psr7\Response
Psr::Http::Message::ResponseInterface::withStatus(int $code, string $reasonPhrase='')Psr\Http\Message\ResponseInterface