Interface RequestOptions
	
	The options that may be used to create a request.
	 
	
	
		Constants summary
		
		
			
			
				
OPTION_PATH_PARAMS				
                : string
			
			
				
			
			
				
			
			'path_params'
		 
		
			
			
				
OPTION_QUERY_PARAMS				
                : string
			
			
				
			
			
				
			
			'query_params'
		 
		
			
			
				
OPTION_REQUEST_PARAMS				
                : string
			
			
				
			
			
				
			
			'request_params'
		 
		
			
			
				
OPTION_COOKIE				
                : string
			
			
				
			
			
				
			
			'cookie'
		 
		
			
			
				
OPTION_FILES				
                : string
			
			
				
			
			
				
			
			'files'
		 
		
		
			
			
				
OPTION_CACHE_CONTROL				
                : string
			
			
				
			
			
				
			
			'cache_control'
		 
		
			
			
				
OPTION_CONTENT_LENGTH				
                : string
			
			
				
			
			
				
			
			'content_length'
		 
		
		
			
			
				
OPTION_IS_LOCAL				
                : string
			
			
				
			
			
				
			
			'is_local'
		 
		
			
			
				
OPTION_IS_DELETE				
                : string
			
			
				
			
			
				
			
			'is_delete'
		 
		
			
			
				
OPTION_IS_CONNECT				
                : string
			
			
				
			
			
				
			
			'is_connect'
		 
		
			
			
				
OPTION_IS_GET				
                : string
			
			
				
			
			
				
			
			'is_get'
		 
		
			
			
				
OPTION_IS_HEAD				
                : string
			
			
				
			
			
				
			
			'is_head'
		 
		
			
			
				
OPTION_IS_OPTIONS				
                : string
			
			
				
			
			
				
			
			'is_options'
		 
		
			
			
				
OPTION_IS_PATCH				
                : string
			
			
				
			
			
				
			
			'is_patch'
		 
		
			
			
				
OPTION_IS_POST				
                : string
			
			
				
			
			
				
			
			'is_post'
		 
		
			
			
				
OPTION_IS_PUT				
                : string
			
			
				
			
			
				
			
			'is_put'
		 
		
			
			
				
OPTION_IS_TRACE				
                : string
			
			
				
			
			
				
			
			'is_trace'
		 
		
			
			
				
OPTION_IS_XHR				
                : string
			
			
				
			
			
				
			
			'is_xhr'
		 
		
			
			
				
OPTION_METHOD				
                : string
			
			
				
			
			
				
			
			'method'
		 
		
			
			
				
OPTION_PATH				
                : string
			
			
				
			
			
				
			
			'path'
		 
		
			
			
				
OPTION_REFERER				
                : string
			
			
				
			
			
				
			
			'referer'
		 
		
			
			
				
OPTION_URI				
                : string
			
			
				
			
			
				
			
			'uri'
		 
		
			
			
				
OPTION_USER_AGENT				
                : string
			
			
				
			
			
				
			
			'user_agent'