fetch_path(uri, mtime = nil, head = false) Instance Public methods Downloads uri and returns it as a String.
fetch_size(uri) Instance Public methods Returns the size of uri in bytes.
get_no_proxy_from_env() Instance Public methods Returns list of no_proxy entries (if any) from the environment
get_proxy_from_env() Instance Public methods Returns an HTTP proxy URI if one is set in the environment variables.
https?(uri) Instance Public methods
no_proxy?(host) Instance Public methods
normalize_uri(uri) Instance Public methods Normalize the URI by adding âhttp://â if it is missing.
request(uri, request_class, last_modified = nil) Instance Public methods Performs a Net::HTTP request of type request_class on uri returning a Net::HTTP response object. request maintains a table of persistent connections to reduce connect overhead.
reset(connection) Instance Public methods Resets HTTP connection connection.
unescape(str) Instance Public methods
Page 328 of 11844