class Typhoeus::Request
def url
- 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
def url easy = EasyFactory.new(self).get url = easy.url Typhoeus::Pool.release(easy) url end