Class: HTTP::Request

Inherits:
Object
  • Object
show all
Defined in:
lib/webspicy/web/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.



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

def normalize_uri(uri)
  uri
end