REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.32 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/loginizer/lib/hybridauth/HttpClient/HttpClientInterface.php
Text
Base64
<?php /*! * Hybridauth * https://hybridauth.github.io | https://github.com/hybridauth/hybridauth * (c) 2017 Hybridauth authors | https://hybridauth.github.io/license.html */ namespace Hybridauth\HttpClient; /** * Hybridauth Http clients interface */ interface HttpClientInterface { /** * Send request to the remote server * * Returns the result (Raw response from the server) on success, FALSE on failure * * @param string $uri * @param string $method * @param array $parameters * @param array $headers * @param bool $multipart * * @return mixed */ public function request($uri, $method = 'GET', $parameters = [], $headers = [], $multipart = false); /** * Returns raw response from the server on success, FALSE on failure * * @return mixed */ public function getResponseBody(); /** * Retriever the headers returned in the response * * @return array */ public function getResponseHeader(); /** * Returns latest request HTTP status code * * @return int */ public function getResponseHttpCode(); /** * Returns latest error encountered by the client * This can be either a code or error message * * @return mixed */ public function getResponseClientError(); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Curl.php
7.58 KB
lrw-r--r--
2026-05-09 16:27:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Guzzle.php
6.57 KB
lrw-r--r--
2026-05-09 16:27:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
HttpClientInterface.php
1.32 KB
lrw-r--r--
2026-05-09 16:27:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Util.php
2.50 KB
lrw-r--r--
2026-05-09 16:27:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).