# File lib/facets/more/http.rb, line 419
    def load(str)
      buf = str.dup
      unless self.header.load(buf)
        self.body.load(buf)
      end
    end