mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
module HTTPX
 | 
						|
  module Utils
 | 
						|
    URIParser: URI::RFC2396_Parser
 | 
						|
 | 
						|
    def self?.parse_retry_after: (String) -> Numeric
 | 
						|
 | 
						|
    def self?.to_uri: (generic_uri uri) -> URI::Generic
 | 
						|
  end
 | 
						|
end |