Method: OAuth::RequestProxy::MockRequest#normalized_uri

Defined in:
lib/oauth/request_proxy/mock_request.rb

#normalized_uriObject



31
32
33
34
35
36
37
# File 'lib/oauth/request_proxy/mock_request.rb', line 31

def normalized_uri
  super
rescue
  # if this is a non-standard URI, it may not parse properly
  # in that case, assume that it's already been normalized
  uri
end