Untitled

Anonymous
php
06/19/2023 1:53 PM
120 B
17
Indexable
<?php

interface HttpClientInterface
{
    public function get(string $url): Response;
}
Editor is loading...