Class | WebApp::QueryString |
In: |
webapp/htmlform.rb
webapp/querystring.rb webapp/htmlform.rb webapp/querystring.rb |
Parent: | Object |
QueryString represents a query component of URI.
PctEncoded | = | /%[0-9A-Fa-f][0-9A-Fa-f]/ |
PctEncoded | = | /%[0-9A-Fa-f][0-9A-Fa-f]/ |
new | -> | primitive_new_for_raw_query_string |
new | -> | primitive_new_for_raw_query_string |
decode self as application/x-www-form-urlencoded and returns HTMLFormQuery object.
decode self as application/x-www-form-urlencoded and returns HTMLFormQuery object.