proxy.rb 134 字节
Newer Older
M
Marshall Huss 已提交
1 2 3 4
class ProxyResource < ActiveResource::Base
  self.site = "http://localhost"
  self.proxy = "http://user:password@proxy.local:3000"
end