forked from mirzaev/minimal
		
	'hTTP/1.0' => 'HTTP/1.0'
This commit is contained in:
		@@ -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';
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user