var/cache/dev/twig/0a/0a89f59ee787ae6eb122d52a08c5b44a.php line 50
<?phpuse Twig\Environment;use Twig\Error\LoaderError;use Twig\Error\RuntimeError;use Twig\Extension\SandboxExtension;use Twig\Markup;use Twig\Sandbox\SecurityError;use Twig\Sandbox\SecurityNotAllowedTagError;use Twig\Sandbox\SecurityNotAllowedFilterError;use Twig\Sandbox\SecurityNotAllowedFunctionError;use Twig\Source;use Twig\Template;/* @WebProfiler/Collector/http_client.html.twig */class __TwigTemplate_ba1cd25edb73abfe6fa034853b6066b0 extends Template{private $source;private $macros = [];public function __construct(Environment $env){parent::__construct($env);$this->source = $this->getSourceContext();$this->blocks = ['toolbar' => [$this, 'block_toolbar'],'menu' => [$this, 'block_menu'],'panel' => [$this, 'block_panel'],];}protected function doGetParent(array $context){// line 1return "@WebProfiler/Profiler/layout.html.twig";}protected function doDisplay(array $context, array $blocks = []){$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/http_client.html.twig"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/http_client.html.twig"));$this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/http_client.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);}// line 3public function block_toolbar($context, array $blocks = []){$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "toolbar"));// line 4echo " ";if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 4, $this->source); })()), "requestCount", [], "any", false, false, false, 4)) {// line 5echo " ";ob_start();// line 6echo " ";echo twig_source($this->env, "@WebProfiler/Icon/http-client.svg");echo "";// line 7$context["status_color"] = "";// line 8echo " <span class=\"sf-toolbar-value\">";echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 8, $this->source); })()), "requestCount", [], "any", false, false, false, 8), "html", null, true);echo "</span>";$context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());// line 10echo "";// line 11ob_start();// line 12echo " <div class=\"sf-toolbar-info-piece\"><b>Total requests</b><span>";// line 14echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 14, $this->source); })()), "requestCount", [], "any", false, false, false, 14), "html", null, true);echo "</span></div><div class=\"sf-toolbar-info-piece\"><b>HTTP errors</b><span class=\"sf-toolbar-status ";// line 18echo (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 18, $this->source); })()), "errorCount", [], "any", false, false, false, 18) > 0)) ? ("sf-toolbar-status-red") : (""));echo "\">";echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 18, $this->source); })()), "errorCount", [], "any", false, false, false, 18), "html", null, true);echo "</span></div>";$context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());// line 21echo "";// line 22echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url", $context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.', 22, $this->source); })()), "status" => (isset($context["status_color"]) || array_key_exists("status_color", $context) ? $context["status_color"] : (function () { throw new RuntimeError('Variable "status_color" does not exist.', 22, $this->source); })())]);echo "";}$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);}// line 26public function block_menu($context, array $blocks = []){$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu"));// line 27echo "<span class=\"label ";echo (((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 27, $this->source); })()), "requestCount", [], "any", false, false, false, 27) == 0)) ? ("disabled") : (""));echo "\"><span class=\"icon\">";// line 28echo twig_source($this->env, "@WebProfiler/Icon/http-client.svg");echo "</span><strong>HTTP Client</strong>";// line 30if (twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 30, $this->source); })()), "requestCount", [], "any", false, false, false, 30)) {// line 31echo " <span class=\"count\">";// line 32echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 32, $this->source); })()), "requestCount", [], "any", false, false, false, 32), "html", null, true);echo "</span>";}// line 35echo "</span>";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);}// line 38public function block_panel($context, array $blocks = []){$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel"));// line 39echo " <h2>HTTP Client</h2>";// line 40if ((twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 40, $this->source); })()), "requestCount", [], "any", false, false, false, 40) == 0)) {// line 41echo " <div class=\"empty empty-panel\"><p>No HTTP requests were made.</p></div>";} else {// line 45echo " <div class=\"metrics\"><div class=\"metric\"><span class=\"value\">";// line 47echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 47, $this->source); })()), "requestCount", [], "any", false, false, false, 47), "html", null, true);echo "</span><span class=\"label\">Total requests</span></div><div class=\"metric\"><span class=\"value\">";// line 51echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 51, $this->source); })()), "errorCount", [], "any", false, false, false, 51), "html", null, true);echo "</span><span class=\"label\">HTTP errors</span></div></div><h2>Clients</h2><div class=\"sf-tabs\">";// line 57$context['_parent'] = $context;$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["collector"]) || array_key_exists("collector", $context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.', 57, $this->source); })()), "clients", [], "any", false, false, false, 57));foreach ($context['_seq'] as $context["name"] => $context["client"]) {// line 58echo " <div class=\"tab ";echo (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["client"], "traces", [], "any", false, false, false, 58)) == 0)) ? ("disabled") : (""));echo "\"><h3 class=\"tab-title\">";// line 59echo twig_escape_filter($this->env, $context["name"], "html", null, true);echo " <span class=\"badge\">";echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["client"], "traces", [], "any", false, false, false, 59)), "html", null, true);echo "</span></h3><div class=\"tab-content\">";// line 61if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["client"], "traces", [], "any", false, false, false, 61)) == 0)) {// line 62echo " <div class=\"empty\"><p>No requests were made with the \"";// line 63echo twig_escape_filter($this->env, $context["name"], "html", null, true);echo "\" service.</p></div>";} else {// line 66echo " <h4>Requests</h4>";// line 67$context['_parent'] = $context;$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["client"], "traces", [], "any", false, false, false, 67));foreach ($context['_seq'] as $context["_key"] => $context["trace"]) {// line 68echo " ";$context["profiler_token"] = "";// line 69echo " ";$context["profiler_link"] = "";// line 70echo " ";if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["trace"], "info", [], "any", false, true, false, 70), "response_headers", [], "any", true, true, false, 70)) {// line 71echo " ";$context['_parent'] = $context;$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["trace"], "info", [], "any", false, false, false, 71), "response_headers", [], "any", false, false, false, 71));foreach ($context['_seq'] as $context["_key"] => $context["header"]) {// line 72echo " ";if (twig_matches("/^x-debug-token: .*\$/i", $context["header"])) {// line 73echo " ";$context["profiler_token"] = twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["header"], "getValue", [], "any", false, false, false, 73), twig_length_filter($this->env, "x-debug-token: "));// line 74echo " ";}// line 75echo " ";if (twig_matches("/^x-debug-token-link: .*\$/i", $context["header"])) {// line 76echo " ";$context["profiler_link"] = twig_slice($this->env, twig_get_attribute($this->env, $this->source, $context["header"], "getValue", [], "any", false, false, false, 76), twig_length_filter($this->env, "x-debug-token-link: "));// line 77echo " ";}// line 78echo " ";}$_parent = $context['_parent'];unset($context['_seq'], $context['_iterated'], $context['_key'], $context['header'], $context['_parent'], $context['loop']);$context = array_intersect_key($context, $_parent) + $_parent;// line 79echo " ";}// line 80echo " <table class=\"sf-profiler-httpclient-requests\"><thead><tr><th><span class=\"http-method\">";// line 84echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "method", [], "any", false, false, false, 84), "html", null, true);echo "</span></th><th class=\"full-width\">";// line 87echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "url", [], "any", false, false, false, 87), "html", null, true);echo "</th>";// line 89if (((isset($context["profiler_token"]) || array_key_exists("profiler_token", $context) ? $context["profiler_token"] : (function () { throw new RuntimeError('Variable "profiler_token" does not exist.', 89, $this->source); })()) && (isset($context["profiler_link"]) || array_key_exists("profiler_link", $context) ? $context["profiler_link"] : (function () { throw new RuntimeError('Variable "profiler_link" does not exist.', 89, $this->source); })()))) {// line 90echo " <th>Profile</th>";}// line 94echo " ";if ( !(null === twig_get_attribute($this->env, $this->source, $context["trace"], "curlCommand", [], "any", false, false, false, 94))) {// line 95echo " <th><button class=\"btn btn-sm hidden\" title=\"Copy as cURL\" data-clipboard-text=\"";// line 96echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "curlCommand", [], "any", false, false, false, 96), "html", null, true);echo "\">Copy as cURL</button></th>";}// line 99echo " </tr></thead><tbody>";// line 102if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["trace"], "options", [], "any", false, false, false, 102))) {// line 103echo " <tr><th class=\"font-normal\">Request options</th><td>";// line 105echo $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpData($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "options", [], "any", false, false, false, 105), 1);echo "</td></tr>";}// line 108echo " <tr><th class=\"font-normal\">Response</th><td";// line 110if (twig_get_attribute($this->env, $this->source, $context["trace"], "curlCommand", [], "any", false, false, false, 110)) {echo " colspan=\"2\"";}echo ">";// line 111if ((twig_get_attribute($this->env, $this->source, $context["trace"], "http_code", [], "any", false, false, false, 111) >= 500)) {// line 112echo " ";$context["responseStatus"] = "error";// line 113echo " ";} elseif ((twig_get_attribute($this->env, $this->source, $context["trace"], "http_code", [], "any", false, false, false, 113) >= 400)) {// line 114echo " ";$context["responseStatus"] = "warning";// line 115echo " ";} else {// line 116echo " ";$context["responseStatus"] = "success";// line 117echo " ";}// line 118echo " <span class=\"font-normal status-response-status-code status-";echo twig_escape_filter($this->env, (isset($context["responseStatus"]) || array_key_exists("responseStatus", $context) ? $context["responseStatus"] : (function () { throw new RuntimeError('Variable "responseStatus" does not exist.', 118, $this->source); })()), "html", null, true);echo "\">";// line 119echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "http_code", [], "any", false, false, false, 119), "html", null, true);echo "</span>";// line 122echo $this->extensions['Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension']->dumpData($this->env, twig_get_attribute($this->env, $this->source, $context["trace"], "info", [], "any", false, false, false, 122), 1);echo "</td>";// line 124if (((isset($context["profiler_token"]) || array_key_exists("profiler_token", $context) ? $context["profiler_token"] : (function () { throw new RuntimeError('Variable "profiler_token" does not exist.', 124, $this->source); })()) && (isset($context["profiler_link"]) || array_key_exists("profiler_link", $context) ? $context["profiler_link"] : (function () { throw new RuntimeError('Variable "profiler_link" does not exist.', 124, $this->source); })()))) {// line 125echo " <td><span><a href=\"";// line 126echo twig_escape_filter($this->env, (isset($context["profiler_link"]) || array_key_exists("profiler_link", $context) ? $context["profiler_link"] : (function () { throw new RuntimeError('Variable "profiler_link" does not exist.', 126, $this->source); })()), "html", null, true);echo "\" target=\"_blank\">";echo twig_escape_filter($this->env, (isset($context["profiler_token"]) || array_key_exists("profiler_token", $context) ? $context["profiler_token"] : (function () { throw new RuntimeError('Variable "profiler_token" does not exist.', 126, $this->source); })()), "html", null, true);echo "</a></span></td>";}// line 129echo " </tr></tbody></table>";}$_parent = $context['_parent'];unset($context['_seq'], $context['_iterated'], $context['_key'], $context['trace'], $context['_parent'], $context['loop']);$context = array_intersect_key($context, $_parent) + $_parent;// line 133echo " ";}// line 134echo " </div></div>";}$_parent = $context['_parent'];unset($context['_seq'], $context['_iterated'], $context['name'], $context['client'], $context['_parent'], $context['loop']);$context = array_intersect_key($context, $_parent) + $_parent;// line 137echo " ";}// line 138echo " </div>";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);}public function getTemplateName(){return "@WebProfiler/Collector/http_client.html.twig";}public function isTraitable(){return false;}public function getDebugInfo(){return array ( 423 => 138, 420 => 137, 412 => 134, 409 => 133, 400 => 129, 392 => 126, 389 => 125, 387 => 124, 382 => 122, 376 => 119, 371 => 118, 368 => 117, 365 => 116, 362 => 115, 359 => 114, 356 => 113, 353 => 112, 351 => 111, 345 => 110, 341 => 108, 335 => 105, 331 => 103, 329 => 102, 324 => 99, 318 => 96, 315 => 95, 312 => 94, 306 => 90, 304 => 89, 299 => 87, 293 => 84, 287 => 80, 284 => 79, 278 => 78, 275 => 77, 272 => 76, 269 => 75, 266 => 74, 263 => 73, 260 => 72, 255 => 71, 252 => 70, 249 => 69, 246 => 68, 242 => 67, 239 => 66, 233 => 63, 230 => 62, 228 => 61, 221 => 59, 216 => 58, 212 => 57, 203 => 51, 196 => 47, 192 => 45, 186 => 41, 184 => 40, 181 => 39, 171 => 38, 160 => 35, 154 => 32, 151 => 31, 149 => 30, 144 => 28, 139 => 27, 129 => 26, 116 => 22, 113 => 21, 105 => 18, 98 => 14, 94 => 12, 92 => 11, 89 => 10, 83 => 8, 81 => 7, 76 => 6, 73 => 5, 70 => 4, 60 => 3, 37 => 1,);}public function getSourceContext(){return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %}{% block toolbar %}{% if collector.requestCount %}{% set icon %}{{ source('@WebProfiler/Icon/http-client.svg') }}{% set status_color = '' %}<span class=\"sf-toolbar-value\">{{ collector.requestCount }}</span>{% endset %}{% set text %}<div class=\"sf-toolbar-info-piece\"><b>Total requests</b><span>{{ collector.requestCount }}</span></div><div class=\"sf-toolbar-info-piece\"><b>HTTP errors</b><span class=\"sf-toolbar-status {{ collector.errorCount > 0 ? 'sf-toolbar-status-red' }}\">{{ collector.errorCount }}</span></div>{% endset %}{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, status: status_color }) }}{% endif %}{% endblock %}{% block menu %}<span class=\"label {{ collector.requestCount == 0 ? 'disabled' }}\"><span class=\"icon\">{{ source('@WebProfiler/Icon/http-client.svg') }}</span><strong>HTTP Client</strong>{% if collector.requestCount %}<span class=\"count\">{{ collector.requestCount }}</span>{% endif %}</span>{% endblock %}{% block panel %}<h2>HTTP Client</h2>{% if collector.requestCount == 0 %}<div class=\"empty empty-panel\"><p>No HTTP requests were made.</p></div>{% else %}<div class=\"metrics\"><div class=\"metric\"><span class=\"value\">{{ collector.requestCount }}</span><span class=\"label\">Total requests</span></div><div class=\"metric\"><span class=\"value\">{{ collector.errorCount }}</span><span class=\"label\">HTTP errors</span></div></div><h2>Clients</h2><div class=\"sf-tabs\">{% for name, client in collector.clients %}<div class=\"tab {{ client.traces|length == 0 ? 'disabled' }}\"><h3 class=\"tab-title\">{{ name }} <span class=\"badge\">{{ client.traces|length }}</span></h3><div class=\"tab-content\">{% if client.traces|length == 0 %}<div class=\"empty\"><p>No requests were made with the \"{{ name }}\" service.</p></div>{% else %}<h4>Requests</h4>{% for trace in client.traces %}{% set profiler_token = '' %}{% set profiler_link = '' %}{% if trace.info.response_headers is defined %}{% for header in trace.info.response_headers %}{% if header matches '/^x-debug-token: .*\$/i' %}{% set profiler_token = (header.getValue | slice('x-debug-token: ' | length)) %}{% endif %}{% if header matches '/^x-debug-token-link: .*\$/i' %}{% set profiler_link = (header.getValue | slice('x-debug-token-link: ' | length)) %}{% endif %}{% endfor %}{% endif %}<table class=\"sf-profiler-httpclient-requests\"><thead><tr><th><span class=\"http-method\">{{ trace.method }}</span></th><th class=\"full-width\">{{ trace.url }}</th>{% if profiler_token and profiler_link %}<th>Profile</th>{% endif %}{% if trace.curlCommand is not null %}<th><button class=\"btn btn-sm hidden\" title=\"Copy as cURL\" data-clipboard-text=\"{{ trace.curlCommand }}\">Copy as cURL</button></th>{% endif %}</tr></thead><tbody>{% if trace.options is not empty %}<tr><th class=\"font-normal\">Request options</th><td>{{ profiler_dump(trace.options, maxDepth=1) }}</td></tr>{% endif %}<tr><th class=\"font-normal\">Response</th><td{% if trace.curlCommand %} colspan=\"2\"{% endif %}>{% if trace.http_code >= 500 %}{% set responseStatus = 'error' %}{% elseif trace.http_code >= 400 %}{% set responseStatus = 'warning' %}{% else %}{% set responseStatus = 'success' %}{% endif %}<span class=\"font-normal status-response-status-code status-{{ responseStatus }}\">{{ trace.http_code }}</span>{{ profiler_dump(trace.info, maxDepth=1) }}</td>{% if profiler_token and profiler_link %}<td><span><a href=\"{{ profiler_link }}\" target=\"_blank\">{{ profiler_token }}</a></span></td>{% endif %}</tr></tbody></table>{% endfor %}{% endif %}</div></div>{% endfor %}{% endif %}</div>{% endblock %}", "@WebProfiler/Collector/http_client.html.twig", "/home/bestofi/bestof/vendor/symfony/web-profiler-bundle/Resources/views/Collector/http_client.html.twig");}}