class Patron::Session

def response_class

Other tags:
    See: Patron::Response#initialize -

Returns:
  • (#new) - Returns any object that responds to `.new` with 6 arguments
def response_class
  ::Patron::Response
end