Symfony\Component\Routing\Route {#1571
  -path: "/history/{node}/read"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:1 [
    "_controller" => "\Drupal\history\Controller\HistoryController::readNode"
  ]
  -requirements: array:2 [
    "_entity_access" => "node.view"
    "node" => "\d+"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "node" => array:2 [
        "type" => "entity:node"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "node"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/read"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\d+"
        3 => "node"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/history"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/history/(?P<node>\d+)/read$}sDu"
    -pathVariables: array:1 [
      0 => "node"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 5
    #patternOutline: "/history/%/read"
    #numParts: 3
  }
}