Class: HTTP::Request

Inherits:
Object
  • Object
show all
Defined in:
lib/webspicy/client/http_client.rb

Instance Method Summary collapse

Instance Method Details

#normalize_uri(uri) ⇒ Object

We monkey patch the URI normalization on Http because we don’t want it to interfere with URIs that are encoded in tests, especially security tests.



9
10
11
# File 'lib/webspicy/client/http_client.rb', line 9

def normalize_uri(uri)
  uri
end