Sha256: c04a83fbc7c90f65b14e27065932df77e2f51adb3b5ca3d85c9ee8eae9c0259f

Contents?: true

Size: 463 Bytes

Versions: 68

Compression:

Stored size: 463 Bytes

Contents

require 'chef/http'
require 'chef/http/authenticator'
require 'chef/http/decompressor'
require 'chef/http/cookie_manager'
require 'chef/http/validate_content_length'

class Chef
  class HTTP

    class Simple < HTTP

      use Decompressor
      use CookieManager

      # ValidateContentLength should come after Decompressor
      # because the order of middlewares is reversed when handling
      # responses.
      use ValidateContentLength

    end
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
chef-12.3.0 lib/chef/http/simple.rb
chef-12.3.0.rc.0-x86-mingw32 lib/chef/http/simple.rb
chef-12.3.0.rc.0 lib/chef/http/simple.rb
chef-12.2.1-x86-mingw32 lib/chef/http/simple.rb
chef-12.2.1 lib/chef/http/simple.rb
chef-12.2.0.rc.2-x86-mingw32 lib/chef/http/simple.rb
chef-12.2.0.rc.2 lib/chef/http/simple.rb
chef-12.2.0.rc.1-x86-mingw32 lib/chef/http/simple.rb
chef-12.2.0.rc.1 lib/chef/http/simple.rb
chef-12.1.2 lib/chef/http/simple.rb
chef-12.1.2-x86-mingw32 lib/chef/http/simple.rb
chef-12.1.1-x86-mingw32 lib/chef/http/simple.rb
chef-12.1.1 lib/chef/http/simple.rb
chef-12.1.0-x86-mingw32 lib/chef/http/simple.rb
chef-12.1.0 lib/chef/http/simple.rb
chef-12.1.0.rc.0-x86-mingw32 lib/chef/http/simple.rb
chef-12.1.0.rc.0 lib/chef/http/simple.rb
chef-11.18.6-x86-mingw32 lib/chef/http/simple.rb
chef-11.18.6 lib/chef/http/simple.rb
chef-11.18.0-x86-mingw32 lib/chef/http/simple.rb