# File lib/ftw/http/message.rb, line 121
  def to_s
    return [start_line, @headers].join(CRLF)
  end