403Webshell
Server IP : 69.30.224.78  /  Your IP : 216.73.217.30
Web Server : Microsoft-IIS/10.0
System : Windows NT SERVER 10.0 build 14393 (Windows Server 2016) AMD64
User : IWPD_92(newtechtest) ( 0)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Inetpub/vhosts/newtechtest.in/heartcare.newtechtest.in/wp-includes/SimplePie/src/HTTP/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Inetpub/vhosts/newtechtest.in/heartcare.newtechtest.in/wp-includes/SimplePie/src/HTTP/Client.php
<?php

// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause

declare(strict_types=1);

namespace SimplePie\HTTP;

/**
 * HTTP Client interface
 *
 * @internal
 */
interface Client
{
    public const METHOD_GET = 'GET';

    /**
     * send a request and return the response
     *
     * @param Client::METHOD_* $method
     * @param array<string, string> $headers
     *
     * @throws ClientException if anything goes wrong requesting the data
     */
    public function request(string $method, string $url, array $headers = []): Response;
}

Youez - 2016 - github.com/yon3zu
LinuXploit