# File lib/fog/terremark/shared.rb, line 189 def self.headers(body, content_type) {"X-Powered-By"=>"ASP.NET", "Date"=> Time.now.to_s, "Content-Type"=> content_type, "Content-Length"=> body.to_s.length, "Server"=>"Microsoft-IIS/7.0", "Set-Cookie"=>"vcloud-token=ecb37bfc-56f0-421d-97e5-bf2gdf789457; path=/", "Cache-Control"=>"private"} end