Untitled

 avatar
unknown
php
2 years ago
88 B
9
Indexable
<?php

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