add_header(key, value) {
    this.header.add_end(key, value)
    if (this.header_pos > 0) this.reset_headers()
  }