Skip to content

Commit

Permalink
Remove proxy attribute from ClientOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkl committed May 23, 2012
1 parent 67e752b commit 7d5752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/em-http/http_client_options.rb
@@ -1,5 +1,5 @@
class HttpClientOptions
attr_reader :uri, :method, :host, :port, :proxy
attr_reader :uri, :method, :host, :port
attr_reader :headers, :file, :body, :query, :path
attr_reader :keepalive, :pass_cookies, :decoding

Expand Down

0 comments on commit 7d5752d

Please sign in to comment.