Symfony\Component\Routing\Route {#1571
  -path: "/admin/config/services/http-client-manager/{serviceApi}/{commandName}/http-config-request/add"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:3 [
    "_entity_form" => "http_config_request.add"
    "entity_type_id" => "http_config_request"
    "_title_callback" => "Drupal\Core\Entity\Controller\EntityController::addTitle"
  ]
  -requirements: array:1 [
    "_entity_create_access" => "http_config_request"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.entity_create"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:2 [
      0 => "serviceApi"
      1 => "commandName"
    ]
    -tokens: array:4 [
      0 => array:2 [
        0 => "text"
        1 => "/http-config-request/add"
      ]
      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 => "/admin/config/services/http-client-manager"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/config/services/http\-client\-manager/(?P<serviceApi>[^/]++)/(?P<commandName>[^/]++)/http\-config\-request/add$}sDu"
    -pathVariables: array:2 [
      0 => "serviceApi"
      1 => "commandName"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 243
    #patternOutline: "/admin/config/services/http-client-manager/%/%/http-config-request/add"
    #numParts: 8
  }
}