Method: Protocol::HTTP::Reference#query_string
- Defined in:
- lib/protocol/http/reference.rb
#query_string ⇒ Object
The un-parsed query string, e.g. ‘x=10&y=20’
50 51 52 |
# File 'lib/protocol/http/reference.rb', line 50 def query_string @query_string end |