add_leading_header(key, value) {
    this.header.add(key, value)
    if (this.header_pos > 0) this.reset_headers()
  }