SET_HEADER_VALUE (state, { index, value }) {
      const header = state.settings.headers[index];
      if (header) {
        header.value = value;
      }