when using php"s lightweight slim framework, I found two introduction of Request and Response:
1. Slim\ Http\ Request;
2. \ Psr\ Http\ Message\ ServerRequestInterface
I wonder if there is a difference between the two?
if mixed, will it cause an error?