JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrFILE ON : __8f276e/index.php gilour
<?php declare(strict_types=1); namespace Sentry\HttpClient; use Sentry\Options; interface HttpClientInterface { public function sendRequest(Request $request, Options $options): Response; }