wp-includes/Requests/Transport.php
Lines:
1 to 24 of 24
<?php /** * Base HTTP transport * * @package Requests * @subpackage Transport */ /** * Base HTTP transport * * @package Requests * @subpackage Transport */ interface Requests_Transport { /* function request() – Perform a request */ /* function request_multiple() – Send multiple requests simultaneously */ /* function test() – Self-test whether the transport can be used */ }