23 24 25
# File 'lib/excon/utils.rb', line 23 def request_uri(datum) connection_uri(datum) << datum[:path] << query_string(datum) end