Вход Регистрация
Файл: vendor/maxmind/web-service-common/src/WebService/Http/Request.php
Строк: 17
<?php

declare(strict_types=1);

namespace 
MaxMindWebServiceHttp;

/**
 * Interface Request.
 *
 * @internal
 */
interface Request
{
    public function 
__construct(string $url, array $options);

    public function 
post(string $body): array;

    public function 
get(): array;
}
Онлайн: 0
Реклама