mrcl/http-methods

1.0.1 2021-05-17 14:26 UTC

This package is auto-updated.

Last update: 2024-09-17 22:32:27 UTC


README

PHP 库,包含在 IANA 注册处 中列出的所有 HTTP 方法。

安装

composer require mrcl/http-methods

用法

HttpMethod 接口包含所有 HTTP 方法的常量

use Mrcl\Utils\InternetStandards\HttpMethod;

HttpMethod::GET  // 'GET'       
HttpMethod::POST // 'POST'