Method: Browser::HTTP::Request#url
- Defined in:
- opal/browser/http/request.rb
permalink #url ⇒ String, #to_s (readonly)
Returns the URL for this request.
31 32 33 |
# File 'opal/browser/http/request.rb', line 31 def url @url end |
Returns the URL for this request.
31 32 33 |
# File 'opal/browser/http/request.rb', line 31 def url @url end |