mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
	
		
			544 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			544 B
		
	
	
	
	
	
	
	
0.8.2
Features
:expectplugin now supports a new option,:expect_threshold_size, meaning: the byte size threshold below which noexpectheader will be sent with requests with payload.:compressionplugin now supports a new option,:compression_threshold_size, meaning: the bytesize threshold below which request payload won't be compressed before being sent.- for HTTP/2 connections, when 
keep_alive_timeoutexpires, aPINGframe is used to check connection availability; if successful, the connection will be reused.