Sha256: fb262326d9995a3dac7237b94b5260270274d6cbadd8731fbde304d7ca5d38f4

Contents?: true

Size: 385 Bytes

Versions: 18

Compression:

Stored size: 385 Bytes

Contents

require 'chef/http'
require 'chef/http/authenticator'
require 'chef/http/decompressor'


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

18 entries across 18 versions & 1 rubygems

Version Path
chef-11.14.0.alpha.4 lib/chef/http/simple.rb
chef-11.14.0.alpha.4-x86-mingw32 lib/chef/http/simple.rb
chef-11.12.8-x86-mingw32 lib/chef/http/simple.rb
chef-11.12.8 lib/chef/http/simple.rb
chef-11.14.0.alpha.3-x86-mingw32 lib/chef/http/simple.rb
chef-11.14.0.alpha.3 lib/chef/http/simple.rb
chef-11.14.0.alpha.2-x86-mingw32 lib/chef/http/simple.rb
chef-11.14.0.alpha.2 lib/chef/http/simple.rb
chef-11.12.4-x86-mingw32 lib/chef/http/simple.rb
chef-11.12.4 lib/chef/http/simple.rb
chef-11.12.4.rc.2-x86-mingw32 lib/chef/http/simple.rb
chef-11.12.4.rc.2 lib/chef/http/simple.rb
chef-11.12.2-x86-mingw32 lib/chef/http/simple.rb
chef-11.12.2 lib/chef/http/simple.rb
chef-11.12.0-x86-mingw32 lib/chef/http/simple.rb
chef-11.12.0 lib/chef/http/simple.rb
chef-11.12.0.rc.1-x86-mingw32 lib/chef/http/simple.rb
chef-11.12.0.rc.1 lib/chef/http/simple.rb