# File test/pseudo_req_res.rb, line 61
    def write_head(response)
      if (@messg_head) then
        raise 'duplicated header'
      else
        @messg_head = response
      end

      nil
    end