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.6.0 lib/chef/http/simple.rb
chef-12.6.0-universal-mingw32 lib/chef/http/simple.rb
chef-12.5.1-universal-mingw32 lib/chef/http/simple.rb
chef-12.5.1 lib/chef/http/simple.rb
chef-12.4.3-universal-mingw32 lib/chef/http/simple.rb
chef-12.4.3 lib/chef/http/simple.rb
chef-12.4.2-universal-mingw32 lib/chef/http/simple.rb
chef-12.4.2 lib/chef/http/simple.rb
chef-12.5.0.alpha.1 lib/chef/http/simple.rb
chef-12.4.1-universal-mingw32 lib/chef/http/simple.rb
chef-12.4.1 lib/chef/http/simple.rb
chef-12.4.0 lib/chef/http/simple.rb
chef-12.4.0-universal-mingw32 lib/chef/http/simple.rb
chef-12.4.0.rc.2 lib/chef/http/simple.rb
chef-12.4.0.rc.2-universal-mingw32 lib/chef/http/simple.rb
chef-12.4.0.rc.0 lib/chef/http/simple.rb
chef-12.4.0.rc.0-universal-mingw32 lib/chef/http/simple.rb
chef-11.18.12-x86-mingw32 lib/chef/http/simple.rb
chef-11.18.12 lib/chef/http/simple.rb
chef-12.3.0-x86-mingw32 lib/chef/http/simple.rb