Composer-compatiblity; PHPDoc
This commit is contained in:
11
lib/Unirest/HttpMethod.php
Normal file
11
lib/Unirest/HttpMethod.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Unirest;
|
||||
|
||||
class HttpMethod
|
||||
{
|
||||
const DELETE = "DELETE";
|
||||
const GET = "GET";
|
||||
const POST = "POST";
|
||||
const PUT = "PUT";
|
||||
const PATCH = "PATCH";
|
||||
}
|
||||
Reference in New Issue
Block a user