So now request.params['url'] and friends are also accessible with request.params.url, etc.
The downside is that it can now conflict with user-defined contexts. But on the other hand, I'm not keen on creating separate objects either.. So it should be documented for users to choose context names wisely.
So now
request.params['url']
and friends are also accessible withrequest.params.url
, etc.The downside is that it can now conflict with user-defined contexts. But on the other hand, I'm not keen on creating separate objects either.. So it should be documented for users to choose context names wisely.