Returns the uppercased HTTP methods this route is restricted to. So an empty array means that any method is allowed.
string[]
public function getMethods() : array { return $this->methods; }