# File lib/fog/hp/requests/cdn/post_container.rb, line 15 def post_container(name, options = {}) response = request( :expects => [201, 202], :headers => options, :method => 'POST', :path => Fog::HP.escape(name) ) response end