class Typhoeus::Request

def url

Other tags:
    Since: - 0.5.5

Other tags:
    Example: Get the url. -
def url
  easy = EasyFactory.new(self).get
  url = easy.url
  Typhoeus::Pool.release(easy)
  url
end