Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
476037b062 |
@@ -16,8 +16,8 @@ namespace mirzaev\minimal\http\enumerations;
|
|||||||
*/
|
*/
|
||||||
enum protocol: string
|
enum protocol: string
|
||||||
{
|
{
|
||||||
case http_3 = 'HTTP/3';
|
case http_3 = 'HTTP/3.0';
|
||||||
case http_2 = 'HTTP/2';
|
case http_2 = 'HTTP/2.0';
|
||||||
case http_1_1 = 'HTTP/1.1';
|
case http_1_1 = 'HTTP/1.1';
|
||||||
case http_1 = 'hTTP/1.0';
|
case http_1 = 'hTTP/1.0';
|
||||||
case http_0_9 = 'HTTP/0.9';
|
case http_0_9 = 'HTTP/0.9';
|
||||||
|
Reference in New Issue
Block a user