WPINC_class wp http streams.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki

interface NaiveHttpStreamTransportInterface {
    public function request($url, $args = array());
    public static function verify_ssl_certificate( $stream, $host );
    public static function test( $args = array() );
}