'hTTP/1.0' => 'HTTP/1.0'

This commit is contained in:
2025-07-16 08:09:25 +07:00
parent d5f4955070
commit d9e4e0af6c

View File

@@ -19,6 +19,6 @@ enum protocol: string
case http_3 = 'HTTP/3.0';
case http_2 = 'HTTP/2.0';
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';
}