JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrFILE ON : __01c2da/index.php gilour

File "HttpClientInterface.php"

Full Path: /var/www/drive/sentry/sentry/src/HttpClient/HttpClientInterface.php
File size: 197 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

namespace Sentry\HttpClient;

use Sentry\Options;

interface HttpClientInterface
{
    public function sendRequest(Request $request, Options $options): Response;
}