Symfony\Component\Routing\Route {#1572
  -path: "/devel/load-with-references/http_config_request/{serviceApi}/{commandName}/{http_config_request}"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:2 [
    "_controller" => "Drupal\devel\Controller\EntityDebugController::entityLoadWithReferences"
    "_title" => "Devel Load (with references)"
  ]
  -requirements: array:1 [
    "_permission" => "access devel information"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "_devel_entity_type_id" => "http_config_request"
    "parameters" => array:1 [
      "http_config_request" => array:2 [
        "type" => "entity:http_config_request"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1573
    -variables: array:3 [
      0 => "serviceApi"
      1 => "commandName"
      2 => "http_config_request"
    ]
    -tokens: array:4 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "http_config_request"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "commandName"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "serviceApi"
        4 => true
      ]
      3 => array:2 [
        0 => "text"
        1 => "/devel/load-with-references/http_config_request"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/devel/load\-with\-references/http_config_request/(?P<serviceApi>[^/]++)/(?P<commandName>[^/]++)/(?P<http_config_request>[^/]++)$}sDu"
    -pathVariables: array:3 [
      0 => "serviceApi"
      1 => "commandName"
      2 => "http_config_request"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 56
    #patternOutline: "/devel/load-with-references/http_config_request/%/%/%"
    #numParts: 6
  }
}