ok

Mini Shell

Direktori : /home2/selectio/public_html/fms-worksuite/vendor/square/square/src/Http/
Upload File :
Current File : /home2/selectio/public_html/fms-worksuite/vendor/square/square/src/Http/HttpMethod.php

<?php

declare(strict_types=1);

namespace Square\Http;

/**
 * HTTP Methods Enumeration
 */
class HttpMethod
{
    public const GET = "Get";
    public const POST = "Post";
    public const PUT = "Put";
    public const PATCH = "Patch";
    public const DELETE = "Delete";
    public const HEAD = "Head";
}

Zerion Mini Shell 1.0