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