mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
	
		
			533 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			533 B
		
	
	
	
	
	
	
	
0.3.0
- 
removed
http_parser.rb, which is unmaintained, builds an old version of node's parser, and doesn't work on JRuby 9.2; also, better support over HTTP/1 features. - 
Alt-Svc support (all remaining origin requests will be routed there); Supports both
Alt-Svcheader and thealtsvcHTTP/2 frame. - 
moved multipart requests support to a separate plugin, which removed
http_form_dataas a hard dependency (you'll still need it for the plugin though). - 
new
HTTP.wrap { |client| }method. - 
We have a cheatsheet!