get(path, initheader = {}, dest = nil)
Instance Public methods
Retrieves data from path on the connected-to host which may be
an absolute path String or a URI to extract the
path from.
initheader must be a Hash like {
'Accept' => '/', ⦠}, and it defaults
to an empty hash. If initheader doesn't have the key
'accept-encoding', then a value of
âgzip;q=1.0,deflate;q=0.6,identity;q=0.3â is used, so that gzip compression
is used in preference to deflate compression, which is used in