async get(uri: string, opts?: RequestOptions): Promise<Response> {
    return this.executor('get', ...arguments);
  }