Method: PredictionIO::AsyncRequest#qpath

Defined in:
lib/predictionio/async_request.rb

#qpathObject

Returns an URI path with query parameters encoded for HTTP GET requests.



35
36
37
# File 'lib/predictionio/async_request.rb', line 35

def qpath
  "#{@path}?#{URI::encode_www_form(@params)}"
end