-
Notifications
You must be signed in to change notification settings - Fork 1
Message: getProtocolVersion Example
Terry L edited this page Jun 20, 2020
·
5 revisions
namespace Shieldon\Psr7[Message](https://github.com/terrylinooo/psr-http/wiki/PSR-7:-Message-Example)
-
return
string
HTTP protocol version.
Example:
echo $message->getProtocolVersion();
// Outputs: 1.1
composer require shieldon/psr-http
Shieldon PSR HTTP implementation written by Terry L. from Taiwan.