We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b32ae9 commit 728070cCopy full SHA for 728070c
src/Request.php
@@ -641,6 +641,7 @@ public function getOptions() : array
641
Protocol::HTTP_1_1 => \CURL_HTTP_VERSION_1_1,
642
Protocol::HTTP_2_0 => \CURL_HTTP_VERSION_2_0,
643
Protocol::HTTP_2 => \CURL_HTTP_VERSION_2,
644
+ Protocol::HTTP_3 => \CURL_HTTP_VERSION_3,
645
default => throw new InvalidArgumentException(
646
'Invalid Request Protocol: ' . $this->getProtocol()
647
)
0 commit comments