Method: Barthes::Client::HTTParty#initialize

Defined in:
lib/barthes/client/httparty.rb

#initialize(env) ⇒ HTTParty

Returns a new instance of HTTParty.



9
10
11
12
# File 'lib/barthes/client/httparty.rb', line 9

def initialize(env)
	@env = env
	set_proxy
end