Refactored library. Added new validation and excpetions. Added JSON input support
This commit is contained in:
@@ -30,6 +30,7 @@ class HttpMethod
|
||||
const GET = "GET";
|
||||
const POST = "POST";
|
||||
const PUT = "PUT";
|
||||
const PATCH = "PATCH";
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user