mini\Http\Message\Response::withProtocolVersion() Method

public

Signature

public function withProtocolVersion($version): Psr\Http\Message\RequestInterface

Parameters

Name Type Default Description
$version mixed required Documentation missing

Returns

Psr\Http\Message\RequestInterface

Documentation

Return an instance with the specified HTTP protocol version.

The version string MUST contain only the HTTP version number (e.g., "1.1", "1.0").

This method MUST be implemented in such a way as to retain the immutability of the message, and MUST return an instance that has the new protocol version.

Source

src/Http/Message/MessageTrait.php:78-82