# File lib/ftw/http/message.rb, line 30
  def initialize
    @headers = FTW::HTTP::Headers.new
    @body = nil
  end