class HTTP::Request

Public Instance Methods

normalize_uri(uri) click to toggle source

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.

# File lib/webspicy/web/client/http_client.rb, line 10
def normalize_uri(uri)
  uri
end