File manager - Edit - /var/www/payraty/helpdesk/vendor/meilisearch/meilisearch-php/src/Contracts/Http.php
Back
<?php declare(strict_types=1); namespace Meilisearch\Contracts; interface Http { public function get(string $path, array $query = []); public function post(string $path, $body = null, array $query = [], ?string $contentType = null); public function put(string $path, $body = null, array $query = [], ?string $contentType = null); public function patch(string $path, $body = null, array $query = []); public function delete(string $path, array $query = []); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings