mirror of
				https://github.com/lostisland/faraday.git
				synced 2025-11-04 00:02:33 -05:00 
			
		
		
		
	
		
			
				
	
	
	
		
			498 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			498 B
		
	
	
	
	
	
	
	
EM-Synchrony Adapter
This Adapter uses the em-synchrony gem to make HTTP requests.
conn = Faraday.new(...) do |f|
  # no custom options available
  f.adapter :em_synchrony
end