Module: HTTParty

Defined in:
lib/httparty.rb,
lib/httparty/version.rb

Defined Under Namespace

Modules: ClassMethods, VERSION Classes: RedirectionTooDeep, UnsupportedFormat

Constant Summary collapse

AllowedFormats =
{:xml => 'text/xml', :json => 'application/json'}

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



15
16
17
# File 'lib/httparty.rb', line 15

def self.included(base)
  base.extend ClassMethods
end