Skip to content

Commit

Permalink
Add support of HTTP/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych authored May 27, 2024
1 parent 98ab6af commit c2ffea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessageTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trait MessageTrait
*
* @var string[]
*/
private static array $supportedProtocolVersions = ['1.0', '1.1', '2.0', '2'];
private static array $supportedProtocolVersions = ['1.0', '1.1', '2.0', '2', '3.0', '3'];

/**
* Map of all registered original headers, as `original header name` => `array of values`.
Expand Down

0 comments on commit c2ffea3

Please sign in to comment.