Method: HTTPalooza::Request#url

Defined in:
lib/httpalooza/request.rb,
lib/httpalooza/request.rb

#urlString (readonly)

Returns the URL to request.

Returns:

  • (String)

    the URL to request



7
8
9
# File 'lib/httpalooza/request.rb', line 7

def url
  @url
end