class Patron::Request
def initialize
Initializes a new Request, which defaults to the GET HTTP verb and
def initialize @action = :get @headers = {} @timeout = 0 @connect_timeout = 0 @max_redirects = -1 end
def initialize @action = :get @headers = {} @timeout = 0 @connect_timeout = 0 @max_redirects = -1 end