class Patron::Session

def get(url, headers = {})

Response object.
of the +headers+ instance variable. The results are returned in a
to the +url+ parameter. Any custom headers are merged with the contents
specified headers. If the +base_url+ varaible is set then it is prepended
Retrieve the contents of the specified +url+ optionally sending the
def get(url, headers = {})
  do_request(:get, url, headers)
end