static XHttp setHeader(String key, String value) { dio?.options.headers[key] = value; return _instance; }