# File lib/aws/simple_workflow/request.rb, line 60
      def string_to_sign
        [http_method,
         "/",
         "",
         canonical_headers,
         body].join("\n")
      end