mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
	
		
			376 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			376 B
		
	
	
	
	
	
	
	
0.0.4
- 
Added ANSI coloring to the debugging output (when in TTY mode).
 - 
HTTPX::HTTPErrorexceptions now carry the full response object, instead of just the status (so the user can inspect the body and headers if it so desires). - 
Fixed a bug related with HTTP/1 multiple requests on a domain which closed connections not being able to open a new socket to the domain.