We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f744c42 commit 14585f7Copy full SHA for 14585f7
lib/boxr.rb
@@ -72,6 +72,11 @@ module Boxr
72
BOX_CLIENT.transparent_gzip_decompression = true
73
#BOX_CLIENT.ssl_config.add_trust_ca("/Users/cburnette/code/ssh-keys/dev_root_ca.pem")
74
75
+ #example)proxy_server is 'http://myproxy:8080'
76
+ def self.set_proxy_server(proxy_server)
77
+ BOX_CLIENT.proxy = proxy_server
78
+ end
79
+
80
def self.turn_on_debugging(device=STDOUT)
81
BOX_CLIENT.debug_dev = device
82
BOX_CLIENT.transparent_gzip_decompression = false
0 commit comments