Overrides ServerRequestInterface::withAttribute
public function withAttribute($attribute, $value) : ServerRequestInterface { $new = clone $this; $new->attributes[$attribute] = $value; return $new; }