Search Results

0
votes
2answers
82 views

Create an HttpRequest from environment

Can I get a HttpRequest automatically created from the environment? In other words, right now it seems like you have to... $request = new HttpRequest; $request->setCookies($_COO …