Tested against 4.13, request.query is tested false for Object.isFrozen and also does not pass this test assuming HTTP GET: ``` app.all("*",function(req,res,next){ req.query.apples = "bananas"; assert(req.query.apples=="bananas") }); ```
Tested against 4.13, request.query is tested false for Object.isFrozen and also does not pass this test assuming HTTP GET: