??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/orkenoil.kz/wp-includes/Requests/src/Transport.php
⬅ Kembali
<?php
/**
* Base HTTP transport
*
* @package Requests\Transport
*/
namespace WpOrg\Requests;
/**
* Base HTTP transport
*
* @package Requests\Transport
*/
interface Transport {
/**
* Perform a request
*
* @param string $url URL to request
* @param array $headers Associative array of request headers
* @param string|array $data Data to send either as the POST body, or as parameters in the URL for a GET/HEAD
* @param array $options Request options, see {@see \WpOrg\Requests\Requests::response()} for documentation
* @return string Raw HTTP result
*/
public function request($url, $headers = [], $data = [], $options = []);
/**
* Send multiple requests simultaneously
*
* @param array $requests Request data (array of 'url', 'headers', 'data', 'options') as per {@see \WpOrg\Requests\Transport::request()}
* @param array $options Global options, see {@see \WpOrg\Requests\Requests::response()} for documentation
* @return array Array of \WpOrg\Requests\Response objects (may contain \WpOrg\Requests\Exception or string responses as well)
*/
public function request_multiple($requests, $options);
/**
* Self-test whether the transport can be used.
*
* The available capabilities to test for can be found in {@see \WpOrg\Requests\Capability}.
*
* @param array<string, bool> $capabilities Optional. Associative array of capabilities to test against, i.e. `['<capability>' => true]`.
* @return bool Whether the transport can be used.
*/
public static function test($capabilities = []);
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 Auth
dir
—
2026-06-25 01:02
📁 Cookie
dir
—
2023-04-05 12:12
📁 Exception
dir
—
2026-06-24 23:14
📁 Proxy
dir
—
2026-06-25 01:01
📁 Response
dir
—
2026-06-25 02:17
📁 Transport
dir
—
2026-06-25 00:38
📁 Utility
dir
—
2026-02-27 22:36
🐘 Auth.php
php
860 B
2022-12-15 20:32
🐘 Autoload.php
php
9.1 KB
2023-04-05 12:12
🐘 Capability.php
php
652 B
2023-04-05 12:12
🐘 Cookie.php
php
15 KB
2024-03-25 11:23
🐘 Exception.php
php
1.1 KB
2022-12-15 20:32
🐘 HookManager.php
php
709 B
2022-12-15 20:32
🐘 Hooks.php
php
3 KB
2023-10-12 11:34
🐘 IdnaEncoder.php
php
12.2 KB
2026-02-27 22:36
🐘 Ipv6.php
php
5.5 KB
2026-02-27 22:36
🐘 Iri.php
php
29 KB
2026-02-27 22:36
🐘 Port.php
php
1.5 KB
2022-12-15 20:32
🐘 Proxy.php
php
867 B
2022-12-15 20:32
🐘 Requests.php
php
33.2 KB
2026-02-27 22:36
🐘 Response.php
php
4.2 KB
2023-04-05 12:12
🐘 Session.php
php
8.9 KB
2023-10-12 11:34
🐘 Ssl.php
php
5.3 KB
2022-12-15 20:32
🐘 Transport.php
php
1.5 KB
2022-12-15 20:32
📄 error_log
file
572 B
2026-06-25 07:04