summaryrefslogtreecommitdiff
path: root/lib/chef/http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http.rb')
-rw-r--r--lib/chef/http.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/chef/http.rb b/lib/chef/http.rb
index 1777739a93..3780ab1ee3 100644
--- a/lib/chef/http.rb
+++ b/lib/chef/http.rb
@@ -69,13 +69,7 @@ class Chef
middlewares << middleware_class
end
- attr_reader :url
- attr_reader :sign_on_redirect
- attr_reader :redirect_limit
-
- attr_reader :options
-
- attr_reader :middlewares
+ attr_reader :url, :sign_on_redirect, :redirect_limit, :options, :middlewares
# [Boolean] if we're doing keepalives or not
attr_reader :keepalives