My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
php
3 years ago
88 B
12
Indexable
<?php interface HttpClientInterface { public function get(string $url): Response; }
Editor is loading...