head (path, options = {}) {
    options.method = 'HEAD'

    // Return the result (Promise) of callRoute() with the provided path
    return this.callRoute({ path, options })