File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
user_guide_src/source/incoming Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,16 @@ Class Reference
151
151
:returns: The current HTTP protocol version
152
152
:rtype: string
153
153
154
- Returns the message's current HTTP protocol. If none has been set, will return `` null ``.
155
- Acceptable values are ``1.0 ``, `` 1.1 `` and `` 2.0 ``.
154
+ Returns the message's current HTTP protocol. If none has been set, will
155
+ return ``1.1 ``.
156
156
157
157
.. php :method :: setProtocolVersion($version)
158
158
159
159
:param string $version: The HTTP protocol version
160
160
:returns: The current message instance
161
161
:rtype: CodeIgniter\\ HTTP\\ Message
162
162
163
- Sets the HTTP protocol version this Message uses. Valid values are ``1.0 ``, ``1.1 `` and ``2.0 ``:
163
+ Sets the HTTP protocol version this Message uses. Valid values are
164
+ ``1.0 ``, ``1.1 ``, ``2.0 `` and ``3.0 ``:
164
165
165
166
.. literalinclude :: message/010.php
You can’t perform that action at this time.
0 commit comments