Method: Browser::HTTP::Request#url

Defined in:
opal/browser/http/request.rb

#urlString, #to_s (readonly)

Returns the URL for this request.

Returns:

  • (String, #to_s)

    the URL for this request

[View source]

31
32
33
# File 'opal/browser/http/request.rb', line 31

def url
  @url
end