Added WebRequest::getMethod() to get the HTTP method of the request.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 7 Aug 2012 06:33:41 +0000 (08:33 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 7 Aug 2012 16:28:43 +0000 (18:28 +0200)
commit53b3c82fd7c56668b63c6401a699c08f9510bd68
treed6ef9ce070cf68b86a64125a7e6f3b22e15cf513
parent03cf97938b898fba6746cfa748e9109eac983fd2
Added WebRequest::getMethod() to get the HTTP method of the request.

This is to replace the usage of $_SERVER['REQUEST_METHOD'].

Change-Id: I45084254c5452b00b0665df78628cfd214e39cab
includes/Setup.php
includes/WebRequest.php
includes/debug/Debug.php