version 0.3
This commit is contained in:
11
main/mashape/http/HttpMethod.php
Normal file
11
main/mashape/http/HttpMethod.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class HttpMethod
|
||||
{
|
||||
const DELETE = "DELETE";
|
||||
const GET = "GET";
|
||||
const POST = "POST";
|
||||
const PUT = "PUT";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user