Gets the "real" request method.
getMethod()
public function getRealMethod() : string { return strtoupper($this->server ->get('REQUEST_METHOD', 'GET')); }