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