Sets the request method.
public function setMethod(string $method) : void { $this->method = null; $this->server ->set('REQUEST_METHOD', $method); }