Constructs a new NegotiationMiddleware.
\Symfony\Component\HttpKernel\HttpKernelInterface $app: The wrapper HTTP kernel
public function __construct(HttpKernelInterface $app) { $this->app = $app; }