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