[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 3 declare(strict_types=1); 4 5 namespace MaxMind\WebService\Http; 6 7 /** 8 * Interface Request. 9 * 10 * @internal 11 */ 12 interface Request 13 { 14 public function __construct(string $url, array $options); 15 16 public function post(string $body): array; 17 18 public function get(): array; 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |