Method: Typhoeus::Response::Informations#effective_url

Defined in:
lib/typhoeus/response/informations.rb

#effective_urlString

Return the last used effective url.

Examples:

Get effective_url.

response.effective_url

Returns:

  • (String)

    The effective_url.

Since:

  • 0.5.0



186
187
188
# File 'lib/typhoeus/response/informations.rb', line 186

def effective_url
  options[:effective_url]
end