Refactored library. Added new validation and excpetions. Added JSON input support

This commit is contained in:
Evan Seguin
2012-08-31 16:36:51 -07:00
parent b6939ad164
commit 318a954400
5 changed files with 173 additions and 127 deletions

View File

@@ -30,6 +30,7 @@ class HttpMethod
const GET = "GET";
const POST = "POST";
const PUT = "PUT";
const PATCH = "PATCH";
}
?>
?>